:root{--color_white: #fff;--color_black: #000;--color_txt: #483737;--color_primary: #EBAECC;--color_secondary: #F2C849;--color_tertiary: #5EB5D2;--color_quaternary: #89CE92;--color_accent: #EA6A57;--color_brown: #483737;--color_border: #AC9E9E;--color_link: #1E1CAB;--color_bg_body: #fff;--color_bg_header: #fff;--color_bg_footer: #F9F4EE;--color_bg_primary: #FFF0F0;--color_bg_secondary: #F5F0E3;--color_bg_tertiary: #F0F6FF;--color_bg_quaternary: #FFF8F5;--color_bg_accent: #FFF0F0;--color_bg_gray1: #F5F5F5;--color_bg_gray2: #F7F7F7}:root{--vw: 100vw;--vh: 100vh;--svh: 100svh;--base-width: 1440;--container-width: 1130}@media screen and (max-width: 1024px){:root{--base-width: 375}}@media screen and (max-width: 599.98px){:root{--base-width: 375}}:root{--font-family_inter: "Inter", "Helvetica Neue", Helvetica, Arial, "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;--font-family_zen-maru-gothic: "Zen Maru Gothic", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Helvetica Neue", Helvetica, Arial, sans-serif}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0;padding:0;font-weight:inherit;font-size:1em}h1,h2,h3,h4,p,ul,ol,li,figure,blockquote,dl,dd{margin:0;padding:0;font-weight:inherit;font-size:1em}ul,ol{list-style:none}a{color:inherit;text-decoration:none;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}img{height:auto;border:none}input,button,textarea,select{color:inherit;font:inherit}input[type=submit],input[type=button],label,button,select{cursor:pointer}input[type=radio]{margin:0}input[type=radio],input[type=checkbox]{display:none}table{width:100%;border-collapse:collapse;border-spacing:0}table th{text-align:inherit;font-weight:inherit}details summary{list-style:none}summary::-webkit-details-marker{display:none}html{height:100%;font-size:62.5%;--header-height: 81px;--gutter: 5cqw}@media screen and (max-width: 1024px){html{--header-height: calc(calc(var(--vw) * 100 / var(--base-width) * 46));--gutter: min(26px, calc(var(--vw) * 100 / 375 * 20))}}body{height:100%;background-color:var(--color_bg_body);color:var(--color_txt);font:400 1.8rem var(--font-family_inter);line-height:1.7;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;overflow-wrap:break-word;word-wrap:break-word;line-break:normal;text-rendering:optimizeSpeed;overflow:visible}@media screen and (max-width: 599.98px){body{min-width:var(--base-width);font-size:1.6rem}}body.is-open{overflow:hidden !important}.form-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;border:none;border-radius:0;padding:0;background:none;-webkit-box-shadow:none;box-shadow:none}img{image-rendering:auto}input,textarea,select,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;border:none;border-radius:0;padding:0;background:none;-webkit-box-shadow:none;box-shadow:none}*::before,*::after{background-repeat:no-repeat;background-position:center;background-size:contain}.swiper .swiper-slide{height:auto}.wp-block-table td,.wp-block-table th{border:none}.l-body-inner{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:clip}.l-main{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.l-header{position:fixed;top:0;left:0;right:0;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1);z-index:9000}.l-header:has(.l-global-nav){-webkit-box-shadow:none;box-shadow:none}.l-header__body{padding-inline:min(var(--vw)*100/var(--base-width)*17,17px) min(var(--vw)*100/var(--base-width)*10,10px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:var(--header-height);background:var(--color_white);position:relative;z-index:2}@media screen and (max-width: 1024px){.l-header__body{padding-inline:calc(var(--vw)*100/var(--base-width)*20) 0}}@media screen and (max-width: 599.98px){.l-header__body{padding-inline:calc(var(--vw)*100/var(--base-width)*10) 0}}.l-header__logo{margin-top:3.32px;-ms-flex-item-align:start;align-self:start}@media screen and (max-width: 1024px){.l-header__logo{margin-top:0}}.l-header__logo-link{display:grid;place-items:center;height:100%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media(hover: hover){.l-header__logo-link:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.l-header__logo-link:where(:any-link,:enabled,summary):hover{opacity:.6}}.l-header__logo-link img{width:251px;aspect-ratio:251/63.87;-o-object-fit:contain;object-fit:contain;-o-object-position:center left;object-position:center left;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media screen and (max-width: 1024px){.l-header__logo-link img{width:calc(var(--vw)*100/var(--base-width)*136);aspect-ratio:136/40}}.l-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:min(var(--vw)*100/var(--base-width)*37,37px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*37,37px);column-gap:min(var(--vw)*100/var(--base-width)*37,37px)}.l-header__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:min(var(--vw)*100/var(--base-width)*10,10px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*10,10px);column-gap:min(var(--vw)*100/var(--base-width)*10,10px)}@media screen and (max-width: 1200px){.l-header__list{display:none}}.l-header__item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:56px;padding:10px 15px;border-radius:4px;position:relative;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}@media screen and (max-width: 1024px){.l-header__item{width:100%;min-width:auto;padding:calc(var(--vw)*100/var(--base-width)*10);border-radius:calc(var(--vw)*100/var(--base-width)*8);grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center;gap:calc(var(--vw)*100/var(--base-width)*4) calc(var(--vw)*100/var(--base-width)*5)}}@media screen and (max-width: 599.98px){.l-header__item{min-height:calc(var(--vw)*100/var(--base-width)*65);border-radius:calc(var(--vw)*100/var(--base-width)*4)}}.l-header__item--blue{background:#e9f5f9}.l-header__item--brown{background:#f8edec}.l-header__item-link{position:absolute;inset:0}.l-header__item--blue .l-header__item-icon{width:19px;height:26px}.l-header__item--brown .l-header__item-icon{width:25px;height:25px}.l-header__item-icon img{-o-object-fit:contain;object-fit:contain}.l-header__item-text{display:grid;row-gap:5px}@media screen and (max-width: 1024px){.l-header__item-text{display:contents}}.l-header__item-text span{font-family:var(--font-family_zen-maru-gothic);font-weight:bold;line-height:1}.l-header__item-text span:first-child{font-size:1.2rem;letter-spacing:.03em}@media screen and (max-width: 1024px){.l-header__item-text span:first-child{font-size:calc(var(--vw)*100/var(--base-width)*11);grid-column:1/3;grid-row:1/2;text-align:center;line-height:1.3}}.l-header__item-text span:last-child{font-size:1.8rem;letter-spacing:.03em}@media screen and (max-width: 1024px){.l-header__item-text span:last-child{font-size:calc(var(--vw)*100/var(--base-width)*13);grid-column:2/3;grid-row:2/3}}@media screen and (max-width: 1024px){.l-header__item--brown .l-header__item-text span:first-child{font-size:calc(var(--vw)*100/var(--base-width)*12)}}.l-header__item--brown .l-header__item-text span:last-child{font-size:2rem}@media screen and (max-width: 1024px){.l-header__item--brown .l-header__item-text span:last-child{font-size:calc(var(--vw)*100/var(--base-width)*16)}}@media screen and (max-width: 1200px){.l-header__nav{position:fixed;bottom:0;right:0;left:0;background:var(--color_white)}}.l-header__nav-list{height:var(--header-height);display:grid;grid-template-columns:repeat(3, 150px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:7px;-moz-column-gap:7px;column-gap:7px}@media screen and (max-width: 1200px){.l-header__nav-list{grid-template-columns:repeat(3, 1fr);gap:calc(var(--vw)*100/var(--base-width)*1)}}@media screen and (max-width: 1024px){.l-header__nav-list{height:auto;grid-template-columns:repeat(3, 1fr);gap:calc(var(--vw)*100/var(--base-width)*1)}}.l-header__nav-link{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-block:7px;border-bottom:4px solid rgba(0,0,0,0);-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}@media(hover: hover){.l-header__nav-link:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.l-header__nav-link:where(:any-link,:enabled,summary):hover{opacity:.6}}@media screen and (max-width: 1024px){.l-header__nav-link{padding-block:6.5px 8.5px;background:var(--color_white)}}@media screen and (max-width: 599.98px){.l-header__nav-link{padding-block:calc(var(--vw)*100/var(--base-width)*6.5) calc(var(--vw)*100/var(--base-width)*8.5)}}.l-header__nav-link--primary{border-color:var(--color_primary)}.l-header__nav-link--secondary{border-color:var(--color_secondary)}.l-header__nav-link--tertiary{border-color:var(--color_tertiary)}.l-header__nav-link--line{display:grid;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}@media screen and (max-width: 1024px){.l-header__nav-link--line{-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}}@media screen and (max-width: 599.98px){.l-header__nav-link--line{-webkit-column-gap:calc(var(--vw)*100/var(--base-width)*4);-moz-column-gap:calc(var(--vw)*100/var(--base-width)*4);column-gap:calc(var(--vw)*100/var(--base-width)*4)}}.l-header__nav-link--line::after{content:"";display:block;width:23px;height:20px;background:url(../img/common/icon-line.svg) no-repeat center/contain}@media screen and (max-width: 1024px){.l-header__nav-link--line::after{width:32px;height:29px}}@media screen and (max-width: 599.98px){.l-header__nav-link--line::after{width:calc(var(--vw)*100/var(--base-width)*23);height:calc(var(--vw)*100/var(--base-width)*20)}}.l-header__nav-link>span{display:inline-block;font-size:1.5rem;line-height:1.3;font-weight:bold;text-align:center;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.l-header__nav-link>span{font-size:2.4rem}}@media screen and (max-width: 599.98px){.l-header__nav-link>span{font-size:calc(var(--vw)*100/var(--base-width)*12)}}.l-header__nav-link>span>span{font-size:1.2rem}@media screen and (max-width: 1024px){.l-header__nav-link>span>span{font-size:1.8rem}}@media screen and (max-width: 599.98px){.l-header__nav-link>span>span{font-size:calc(var(--vw)*100/var(--base-width)*9)}}.l-burger-btn{height:var(--header-height);aspect-ratio:54/46;cursor:pointer;position:relative;z-index:20;display:none}@media screen and (max-width: 1200px){.l-burger-btn{display:block}}.l-burger-btn button{display:block;width:100%;height:100%;position:relative;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.l-burger-btn__line{display:block;width:48px;height:2px;background:#b49a9a;position:absolute;right:24px;-webkit-transition:opacity .3s cubic-bezier(0.4, 0.4, 0, 1),-webkit-transform .3s cubic-bezier(0.4, 0.4, 0, 1);transition:opacity .3s cubic-bezier(0.4, 0.4, 0, 1),-webkit-transform .3s cubic-bezier(0.4, 0.4, 0, 1);transition:transform .3s cubic-bezier(0.4, 0.4, 0, 1),opacity .3s cubic-bezier(0.4, 0.4, 0, 1);transition:transform .3s cubic-bezier(0.4, 0.4, 0, 1),opacity .3s cubic-bezier(0.4, 0.4, 0, 1),-webkit-transform .3s cubic-bezier(0.4, 0.4, 0, 1)}@media screen and (max-width: 1024px){.l-burger-btn__line{width:calc(var(--vw)*100/var(--base-width)*24);height:calc(var(--vw)*100/var(--base-width)*1);right:calc(var(--vw)*100/var(--base-width)*15)}}.l-burger-btn__line:nth-of-type(1){top:32.6086956522%}.l-burger-btn__line:nth-of-type(2){top:50%}.l-burger-btn__line:nth-of-type(3){top:67.3913043478%}.l-burger-btn.is-open .l-burger-btn__line:nth-of-type(1){top:50%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.l-burger-btn.is-open .l-burger-btn__line:nth-of-type(2){opacity:0}.l-burger-btn.is-open .l-burger-btn__line:nth-of-type(3){top:50%;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.l-burger-nav{position:fixed;inset:0;bottom:auto;background:var(--color_white);opacity:0;pointer-events:none;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;z-index:10}.l-burger-nav.is-open{opacity:1;pointer-events:visible}.l-burger-nav__inner{max-height:100svh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.l-burger-nav__list{padding:calc(var(--vw)*100/var(--base-width)*40);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-top:1px solid var(--color_white)}.l-burger-nav__list>li{display:grid;grid-template-columns:1fr 58px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 599.98px){.l-burger-nav__list>li{grid-template-columns:1fr 54px}}.l-burger-nav__list>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:min(var(--vw)*100/var(--base-width)*15,15px);padding-block:min(var(--vw)*100/var(--base-width)*24,24px);font-size:min(var(--vw)*100/var(--base-width)*24,24px);line-height:1;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}@media screen and (max-width: 1024px){.l-burger-nav__list>li>a{gap:calc(var(--vw)*100/var(--base-width)*10);padding-block:calc(var(--vw)*100/var(--base-width)*18);font-size:calc(var(--vw)*100/var(--base-width)*18)}}@media(hover: hover){.l-burger-nav__list>li>a:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.l-burger-nav__list>li>a:where(:any-link,:enabled,summary):hover{opacity:.6}}.l-burger-nav__list>li>a span{font-size:min(var(--vw)*100/var(--base-width)*15,15px)}@media screen and (max-width: 1024px){.l-burger-nav__list>li>a span{font-size:calc(var(--vw)*100/var(--base-width)*10)}}.l-burger-nav__list .sub-menu{margin-bottom:min(var(--vw)*100/var(--base-width)*24,24px);padding:min(var(--vw)*100/var(--base-width)*15,15px) min(var(--vw)*100/var(--base-width)*30,30px);background:var(--color_bg_gray1);border-radius:0 0 4px 4px;display:none;grid-column:1/-1}@media screen and (max-width: 1024px){.l-burger-nav__list .sub-menu{margin-bottom:calc(var(--vw)*100/var(--base-width)*18);padding:calc(var(--vw)*100/var(--base-width)*10) calc(var(--vw)*100/var(--base-width)*20)}}.l-burger-nav__list .sub-menu>li a{padding-block:min(var(--vw)*100/var(--base-width)*15,15px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:min(var(--vw)*100/var(--base-width)*14,14px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*14,14px);column-gap:min(var(--vw)*100/var(--base-width)*14,14px);font-weight:bold;font-size:min(var(--vw)*100/var(--base-width)*21,21px);line-height:1.2142857143}@media screen and (max-width: 1024px){.l-burger-nav__list .sub-menu>li a{padding-block:calc(var(--vw)*100/var(--base-width)*10);font-size:calc(var(--vw)*100/var(--base-width)*14)}}.l-burger-nav__list .sub-menu>li a span:first-of-type{display:block;width:calc(var(--vw)*100/var(--base-width)*10);height:calc(var(--vw)*100/var(--base-width)*2)}.l-burger-nav__list .sub-menu>li a span:last-of-type small{font-size:calc(var(--vw)*100/var(--base-width)*9)}.l-burger-nav__btn{-ms-flex-item-align:stretch;align-self:stretch;width:100%;aspect-ratio:1;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEgMTBMMTAuNSAyTDIwIDEwIiBzdHJva2U9IiNCNDlBOUEiIHN0cm9rZS13aWR0aD0iMiIvPiA8L3N2Zz4=) no-repeat center/calc(var(--vw) * 100 / var(--base-width) * 30) calc(var(--vw)*100/var(--base-width)*16);-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;cursor:pointer;display:none}@media screen and (max-width: 1024px){.l-burger-nav__btn{background-size:calc(var(--vw)*100/var(--base-width)*21) calc(var(--vw)*100/var(--base-width)*11)}}.l-burger-nav__btn:has(+.sub-menu){display:block}.l-burger-nav__btn.is-open{-webkit-transform:rotate(0);transform:rotate(0)}.l-burger-nav__bottom{padding:calc(var(--vw)*100/var(--base-width)*45) calc(var(--vw)*100/var(--base-width)*42);background:#f6f6f6}@media screen and (max-width: 1024px){.l-burger-nav__bottom{padding:calc(var(--vw)*100/var(--base-width)*30) calc(var(--vw)*100/var(--base-width)*35)}}.l-burger-nav__bottom-list{min-height:50px;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-burger-nav__bottom-item{border-bottom:1px solid #ddd8c9;border-right:1px solid #ddd8c9}.l-burger-nav__bottom-item:first-child{border-top:1px solid #ddd8c9}.l-burger-nav__bottom-link{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-block:calc(var(--vw)*100/var(--base-width)*22);background:var(--color_white);border-left:4px solid rgba(0,0,0,0);-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}@media screen and (max-width: 1024px){.l-burger-nav__bottom-link{padding-block:calc(var(--vw)*100/var(--base-width)*15)}}@media(hover: hover){.l-burger-nav__bottom-link:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.l-burger-nav__bottom-link:where(:any-link,:enabled,summary):hover{opacity:.6}}.l-burger-nav__bottom-link--primary{border-color:var(--color_primary)}.l-burger-nav__bottom-link--secondary{border-color:var(--color_secondary)}.l-burger-nav__bottom-link--tertiary{border-color:var(--color_tertiary)}.l-burger-nav__bottom-link--line{display:grid;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:calc(var(--vw)*100/var(--base-width)*4);-moz-column-gap:calc(var(--vw)*100/var(--base-width)*4);column-gap:calc(var(--vw)*100/var(--base-width)*4)}.l-burger-nav__bottom-link--line::after{content:"";display:block;width:calc(var(--vw)*100/var(--base-width)*34);height:calc(var(--vw)*100/var(--base-width)*30);background:url(../img/common/icon-line.svg) no-repeat center/contain}@media screen and (max-width: 1024px){.l-burger-nav__bottom-link--line::after{width:calc(var(--vw)*100/var(--base-width)*23);height:calc(var(--vw)*100/var(--base-width)*20)}}.l-burger-nav__bottom-link>span{display:inline-block;font-size:calc(var(--vw)*100/var(--base-width)*22);line-height:1.3;font-weight:bold;text-align:center}@media screen and (max-width: 1024px){.l-burger-nav__bottom-link>span{font-size:calc(var(--vw)*100/var(--base-width)*15)}}.l-burger-nav__bottom-link>span>span{font-size:calc(var(--vw)*100/var(--base-width)*18)}@media screen and (max-width: 1024px){.l-burger-nav__bottom-link>span>span{font-size:calc(var(--vw)*100/var(--base-width)*12)}}.l-global-nav{background:#fff;-webkit-box-shadow:0 0 14px 0 rgba(0,0,0,.1);box-shadow:0 0 14px 0 rgba(0,0,0,.1);position:relative;z-index:1}@media screen and (max-width: 1024px){.l-global-nav{display:none}}.l-header__body+.l-global-nav{-webkit-box-shadow:none;box-shadow:none;border-top:1px solid #d9d9d9;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.l-header__body+.l-global-nav.is-hidden{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.l-global-nav__inner{margin-inline:auto;max-width:calc(var(--base-width)*1px)}.l-global-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.l-header__body+.l-global-nav .l-global-nav__list{display:grid}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(1):last-child){grid-template-columns:repeat(1, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(2):last-child){grid-template-columns:repeat(2, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(3):last-child){grid-template-columns:repeat(3, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(4):last-child){grid-template-columns:repeat(4, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(5):last-child){grid-template-columns:repeat(5, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(6):last-child){grid-template-columns:repeat(6, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(7):last-child){grid-template-columns:repeat(7, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(8):last-child){grid-template-columns:repeat(8, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(9):last-child){grid-template-columns:repeat(9, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(10):last-child){grid-template-columns:repeat(10, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(11):last-child){grid-template-columns:repeat(11, 1fr)}.l-header__body+.l-global-nav .l-global-nav__list:has(>:nth-child(12):last-child){grid-template-columns:repeat(12, 1fr)}.l-global-nav__list>li{position:relative}.l-global-nav__list>li>a{padding-block:28px;padding-inline:min(var(--vw)*100/var(--base-width)*40,40px);font-family:var(--font-family_zen-maru-gothic);font-size:2.2rem;font-weight:bold;line-height:1;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:10px;text-align:center}@media screen and (max-width: 1340px){.l-global-nav__list>li>a{padding-inline:calc(var(--vw)*100/var(--base-width)*32)}}@media screen and (max-width: 1180px){.l-global-nav__list>li>a{padding-inline:calc(var(--vw)*100/var(--base-width)*24);font-size:2rem}}.l-header__body+.l-global-nav .l-global-nav__list>li>a{padding-block:15px;padding-inline:min(var(--vw)*100/var(--base-width)*16,16px);font-size:1.8rem}.l-global-nav__list>li>a span{font-size:1.2rem;letter-spacing:.08em}.l-header__body+.l-global-nav .l-global-nav__list>li>a span{display:none}.l-global-nav__list>li:not(.btn) a{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media(hover: hover){.l-global-nav__list>li:not(.btn) a:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.l-global-nav__list>li:not(.btn) a:where(:any-link,:enabled,summary):hover{opacity:.6}}.l-global-nav__list .sub-menu{padding:10px 20px;width:-webkit-max-content;width:-moz-max-content;width:max-content;background:var(--color_white);border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 14px 0 rgba(0,0,0,.05);box-shadow:0 4px 14px 0 rgba(0,0,0,.05);position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%);z-index:10;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.l-global-nav__list .sub-menu a{padding-block:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:9px;font-size:1.4rem;line-height:1.2142857143;font-weight:bold}.l-global-nav__list .sub-menu a span:first-of-type{display:block;width:10px;height:2px}.l-global-nav__list .sub-menu a span:last-of-type small{font-size:.9rem}.l-global-nav__list>li:hover:has(:where(:-moz-any-link,:enabled,summary)) .sub-menu{opacity:1;visibility:visible}.l-global-nav__list>li:hover:has(:where(:any-link,:enabled,summary)) .sub-menu{opacity:1;visibility:visible}.l-footer{padding-top:100px;background:var(--color_bg_footer);position:relative;z-index:0}@media screen and (max-width: 1024px){.l-footer{padding-top:calc(var(--vw)*100/var(--base-width)*30);margin-bottom:81px}}@media screen and (max-width: 599.98px){.l-footer{margin-bottom:calc(var(--vw)*100/var(--base-width)*50)}}.l-footer__inner{display:grid;row-gap:45px}@media screen and (max-width: 1024px){.l-footer__inner{row-gap:calc(var(--vw)*100/var(--base-width)*20)}}.l-footer__banner{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));-webkit-column-gap:min(var(--vw)*100/var(--base-width)*32,32px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*32,32px);column-gap:min(var(--vw)*100/var(--base-width)*32,32px)}@media screen and (max-width: 1024px){.l-footer__banner{grid-template-columns:100%;row-gap:calc(var(--vw)*100/var(--base-width)*10)}}.l-footer__banner-link{display:block;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}@media(hover: hover){.l-footer__banner-link:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.l-footer__banner-link:where(:any-link,:enabled,summary):hover{opacity:.6}}.l-footer__banner-link picture,.l-footer__banner-link img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.l-footer__copyright{margin-top:70px;min-height:60px;display:grid;place-items:center;font-size:1.2rem;line-height:1.25;letter-spacing:.02em;text-align:center;background:#f3ebe1}@media screen and (max-width: 1024px){.l-footer__copyright{margin-top:calc(var(--vw)*100/var(--base-width)*20)}}@media screen and (max-width: 599.98px){.l-footer__copyright{font-size:1rem}}.l-footer-nav__list{display:grid;grid-template-columns:repeat(4, -webkit-max-content);grid-template-columns:repeat(4, max-content);-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:min(var(--vw)*100/var(--base-width)*40,40px)}@media screen and (max-width: 1024px){.l-footer-nav__list{grid-template-columns:repeat(2, -webkit-max-content);grid-template-columns:repeat(2, max-content);gap:calc(var(--vw)*100/var(--base-width)*10) calc(var(--vw)*100/var(--base-width)*40);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}@media screen and (max-width: 599.98px){.l-footer-nav__list{-webkit-column-gap:calc(var(--vw)*100/var(--base-width)*20);-moz-column-gap:calc(var(--vw)*100/var(--base-width)*20);column-gap:calc(var(--vw)*100/var(--base-width)*20)}}.l-footer-nav__list a{-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}@media(hover: hover){.l-footer-nav__list a:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.l-footer-nav__list a:where(:any-link,:enabled,summary):hover{opacity:.6}}.l-footer-nav__list ul{margin-top:25px;display:grid;row-gap:15px}@media screen and (max-width: 1024px){.l-footer-nav__list ul{margin-top:calc(var(--vw)*100/var(--base-width)*10);row-gap:calc(var(--vw)*100/var(--base-width)*10)}}.l-footer-nav__list ul a{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;font-size:1.5rem;line-height:1.2}@media screen and (max-width: 599.98px){.l-footer-nav__list ul a{font-size:1.2rem;line-height:1.25}}.l-footer-nav__list ul a::before{content:"";display:block;width:16px;height:16px;background:url(../img/common/icon-menu-arrow.svg) no-repeat center/contain}.l-footer-nav__list ul a small{font-size:.9rem;line-height:1.3}@media screen and (max-width: 599.98px){.l-footer-nav__list ul a small{display:block;font-size:1rem}}.l-footer-nav__heading{font-size:2rem;line-height:1.45;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.l-footer-nav__heading{font-size:1.4rem}}.l-footer-nav__list ul a:has(.l-footer-nav__heading)::before{display:none !important}.l-footer-nav__list ul:has(.l-footer-nav__heading){margin-top:18px;row-gap:18px}@media screen and (max-width: 599.98px){.l-footer-nav__list ul:has(.l-footer-nav__heading){margin-top:11px;row-gap:11px}}.l-inner{margin-inline:auto;container-type:inline-size;width:calc(100% - var(--gutter)*2);max-width:1136px;position:relative}.l-page{margin-top:46px;position:relative}@media screen and (max-width: 599.98px){.l-page{margin-top:28px}}body.single-blog .l-page{margin-top:calc(var(--header-height)*1px + 162px)}@media screen and (max-width: 1024px){body.single-blog .l-page{margin-top:calc(var(--header-height)*1px + 113px)}}body.single-works .l-page{margin-top:100px}.l-page__content{width:min(var(--vw)*100/var(--base-width)*800,800px);-ms-flex-preferred-size:min(var(--vw)*100/var(--base-width)*800,800px);flex-basis:min(var(--vw)*100/var(--base-width)*800,800px);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width: 1024px){.l-page__content{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.l-page__content--default{width:100%}.l-page__title{margin-top:18px;font-size:3rem;line-height:1.8;letter-spacing:.1em;font-weight:500}.l-page__info{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:29px}.l-page__date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:13px}.l-page__date::before{content:"";display:block;width:13px;aspect-ratio:1;background:url(../img/common/icon_date.svg) no-repeat center center/contain}.l-page__update{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:13px}.l-page__update::before{content:"";display:block;width:13px;aspect-ratio:1;background:url(../img/common/icon_update.svg) no-repeat center center/contain}.l-page__thumbnail{margin-top:30px}.l-single{padding-bottom:120px;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.l-single{padding-bottom:90px}}@media screen and (max-width: 599.98px){.l-single{padding-bottom:70px}}.l-single__inner{max-width:880px}.l-single__box{padding:60px;background:var(--color_white);-webkit-box-shadow:0 0 14px 0 rgba(0,0,0,.05);box-shadow:0 0 14px 0 rgba(0,0,0,.05);border-radius:8px;position:relative}@media screen and (max-width: 1024px){.l-single__box{padding:40px}}@media screen and (max-width: 599.98px){.l-single__box{padding:20px calc(var(--vw)*100/var(--base-width)*15);display:grid}}.l-single__box:has(.l-single__category){padding-top:19px}@media screen and (max-width: 599.98px){.l-single__box:has(.l-single__category){padding-top:20px}}.l-single__category{margin-inline:auto -41px;margin-bottom:17px}@media screen and (max-width: 599.98px){.l-single__category{margin-block:10px 0;margin-inline:0 auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.l-single__category-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.l-single__category-item a{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:2px 13px;background:var(--color_brown);color:var(--color_white);font-size:1.2rem;font-weight:bold;line-height:1.7;letter-spacing:.05em;border-radius:calc(infinity*1px)}.l-single__date{font-size:1.4rem;line-height:1;color:var(--color_tertiary)}@media screen and (max-width: 599.98px){.l-single__date{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-size:1.2rem}}.l-single__title{margin-top:15px;font-size:3.2rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.l-single__title{font-size:2.6rem}}@media screen and (max-width: 599.98px){.l-single__title{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:5px;font-size:2.2rem;line-height:1.5}}.l-single__content{margin-top:20px}@media screen and (max-width: 599.98px){.l-single__content{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;margin-top:10px}}.l-single__pagination{margin-top:100px;display:grid;grid-template-columns:repeat(2, -webkit-max-content);grid-template-columns:repeat(2, max-content);-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 599.98px){.l-single__pagination{margin-top:60px;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}}.l-single__pagination-btn{width:212px;max-width:100%}@media screen and (max-width: 599.98px){.l-single__pagination-btn{width:100%}}.l-single__pagination-btn a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-inline:2em 1.5em;width:100%;max-width:212px;min-height:60px;background:var(--color_white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;font-size:2rem;line-height:1;font-weight:bold;border:2px solid #e4d8d8;border-radius:calc(infinity*1px);-webkit-transition:color,background-color,border-color,.3s ease;transition:color,background-color,border-color,.3s ease}@media(hover: hover){.l-single__pagination-btn a:where(:-moz-any-link,:enabled,summary):hover{color:var(--color_white);background:var(--color_tertiary);border-color:var(--color_tertiary)}.l-single__pagination-btn a:where(:any-link,:enabled,summary):hover{color:var(--color_white);background:var(--color_tertiary);border-color:var(--color_tertiary)}}@media screen and (max-width: 599.98px){.l-single__pagination-btn a{min-height:48px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;font-size:1.5rem}}.l-single__pagination-btn a::after{content:"";display:block;width:16px;height:16px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEyIDdMLTYuNTI1MzNlLTA3IDEzLjkyODJMLTQuNjg0OTdlLTA4IDAuMDcxNzk2NEwxMiA3WiIgZmlsbD0iIzQ4MzczNyIvPiA8L3N2Zz4=) no-repeat center/contain;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEyIDdMLTYuNTI1MzNlLTA3IDEzLjkyODJMLTQuNjg0OTdlLTA4IDAuMDcxNzk2NEwxMiA3WiIgZmlsbD0iIzQ4MzczNyIvPiA8L3N2Zz4=) no-repeat center/contain;background:currentColor}.l-single__pagination-btn--prev a{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.l-single__pagination-btn--prev a::after{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.l-single__shapes{position:absolute;inset:0;pointer-events:none}@media screen and (max-width: 1024px){.l-single__shapes{display:none}}.l-single__shapes>*{position:absolute}.l-single__shapes>* img{-o-object-fit:contain;object-fit:contain}.l-single__shape01{width:148px;top:187px;left:-174px;-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0)}.l-single__shape02{width:158px;top:56px;right:-136px;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}.l-single__shape03{width:117.5px;bottom:145px;left:-148px;-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0)}.l-single__shape04{width:139px;bottom:201px;right:-167px;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}.l-archive{padding-block:80px 120px;background:var(--color_bg_gray1);position:relative;z-index:10}@media screen and (max-width: 1024px){.l-archive{padding-block:60px 110px}}@media screen and (max-width: 599.98px){.l-archive{padding-block:42px 100px}}.l-archive__inner{max-width:1150px}.l-archive__inner:has(.l-archive__list--column1){max-width:858px}.l-archive__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:40px}@media screen and (max-width: 599.98px){.l-archive__list{grid-template-columns:100%;gap:20px}}.l-archive__list--column1{padding-inline:20px;grid-template-columns:100%;-webkit-box-shadow:0 0 14px 0 rgba(0,0,0,.05);box-shadow:0 0 14px 0 rgba(0,0,0,.05);border-radius:8px;background:var(--color_white);gap:0}.l-archive__shapes{position:absolute;inset:0;pointer-events:none}.l-archive__shapes>*{position:absolute}.l-archive__shapes>* img{-o-object-fit:contain;object-fit:contain}.l-archive__shape01{width:81px;top:-47px;left:-24px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.l-archive__shape01{display:none}}.l-archive__shape02{width:158px;top:-77px;right:0;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}@media screen and (max-width: 1024px){.l-archive__shape02{display:none}}.l-relation{padding-block:100px 110px;background:var(--color_bg_tertiary);position:relative}@media screen and (max-width: 1024px){.l-relation{padding-block:80px 90px}}@media screen and (max-width: 599.98px){.l-relation{padding-block:30px 56px}}.l-relation__slider{margin-top:40px}@media screen and (max-width: 599.98px){.l-relation__slider{margin-top:20px}}.l-relation__inner{max-width:1150px}.c-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-inline:2.5em 1.875em;width:100%;max-width:220px;min-height:50px;background:var(--color_white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;font-size:1.6rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);border:2px solid #e4d8d8;border-radius:calc(infinity*1px);-webkit-transition:color,background-color,border-color,.3s ease;transition:color,background-color,border-color,.3s ease}@media(hover: hover){.c-btn:where(:-moz-any-link,:enabled,summary):hover{color:var(--color_white);background:var(--color_tertiary);border-color:var(--color_tertiary)}.c-btn:where(:any-link,:enabled,summary):hover{color:var(--color_white);background:var(--color_tertiary);border-color:var(--color_tertiary)}}@media screen and (max-width: 599.98px){.c-btn{padding-inline:.9375em;max-width:260px;min-height:40px;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;font-size:1.3rem}}.c-btn>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}@media screen and (max-width: 599.98px){.c-btn>span{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}}.c-btn>span>span{font-size:1.7rem}@media screen and (max-width: 599.98px){.c-btn>span>span{font-size:1.3rem}}.c-btn::after{content:"";display:block;width:16px;height:16px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEyIDdMLTYuNTI1MzNlLTA3IDEzLjkyODJMLTQuNjg0OTdlLTA4IDAuMDcxNzk2NEwxMiA3WiIgZmlsbD0iIzQ4MzczNyIvPiA8L3N2Zz4=) no-repeat center/contain;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEyIDdMLTYuNTI1MzNlLTA3IDEzLjkyODJMLTQuNjg0OTdlLTA4IDAuMDcxNzk2NEwxMiA3WiIgZmlsbD0iIzQ4MzczNyIvPiA8L3N2Zz4=) no-repeat center/contain;background:currentColor}.c-btn--small{max-width:180px;min-height:45px}@media screen and (max-width: 599.98px){.c-btn--sp-small{padding-inline:1em .7692307692em;max-width:160px;min-height:40px}}@media screen and (max-width: 599.98px){.c-btn--sp-small::after{width:14px;height:14px}}.c-btn--medium{padding-inline:1.2222222222em .6666666667em;max-width:280px;min-height:55px;font-size:1.8rem}@media screen and (max-width: 599.98px){.c-btn--medium{max-width:330px;min-height:50px;font-size:1.6rem}}.c-btn--normal{max-width:330px;min-height:50px}.c-btn--large{max-width:400px;min-height:70px;font-size:2rem}@media screen and (max-width: 1024px){.c-btn--large{max-width:330px;min-height:50px}}@media screen and (max-width: 599.98px){.c-btn--large{font-size:1.6rem}}.c-btn--largest{max-width:500px;min-height:70px}@media screen and (max-width: 599.98px){.c-btn--largest{width:100%;min-height:50px}}.c-btn--full{max-width:100%}@media screen and (max-width: 1024px){.c-btn--tab-full{max-width:100%}}@media screen and (max-width: 599.98px){.c-btn--sp-full{max-width:100%}}.c-btn--right{margin-inline:auto 0}.c-btn--center{margin-inline:auto}@media screen and (max-width: 1024px){.c-btn--tab-center{margin-inline:auto}}@media screen and (max-width: 599.98px){.c-btn--sp-center{margin-inline:auto}}.c-btn--transparent{padding-inline:1.875em;background:rgba(0,0,0,0);border-color:var(--color_txt);border-width:1px}.c-btn--tertiary{background:#e9eef6;border:none}.c-btn--line{background:#00b900;color:var(--color_white);max-width:370px;min-height:58px;border:none;font-size:2rem;-webkit-box-shadow:0px 4px 0px 0px #0d860d;box-shadow:0px 4px 0px 0px #0d860d;font-family:var(--font-family_zen-maru-gothic)}@media(hover: hover){.c-btn--line:where(:-moz-any-link,:enabled,summary):hover{background:#009100}.c-btn--line:where(:any-link,:enabled,summary):hover{background:#009100}}@media screen and (max-width: 599.98px){.c-btn--line{font-size:1.6rem;min-height:49px}}.c-btn--accent{background:var(--color_accent);color:var(--color_white);max-width:513px;min-height:70px;border:none;font-size:2.3rem;-webkit-box-shadow:0px 4px 0px 0px #db543f;box-shadow:0px 4px 0px 0px #db543f;font-family:var(--font-family_zen-maru-gothic)}@media(hover: hover){.c-btn--accent:where(:-moz-any-link,:enabled,summary):hover{background:var(--color_tertiary);box-shadow:0px 4px 0px 0px #34a1c5}.c-btn--accent:where(:any-link,:enabled,summary):hover{background:var(--color_tertiary);-webkit-box-shadow:0px 4px 0px 0px #34a1c5;box-shadow:0px 4px 0px 0px #34a1c5}}@media screen and (max-width: 599.98px){.c-btn--accent{font-size:1.6rem}}.c-h2{display:grid;justify-items:center;row-gap:5px;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);text-align:center}@media screen and (max-width: 1024px){.c-h2{row-gap:0}}.c-h2--left{justify-items:start}@media screen and (max-width: 1024px){.c-h2--tab-left{justify-items:start}}@media screen and (max-width: 599.98px){.c-h2--sp-left{justify-items:start}}.c-h2__sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:2.4rem;letter-spacing:.11em}@media screen and (max-width: 1024px){.c-h2__sub{font-size:2rem}}@media screen and (max-width: 599.98px){.c-h2__sub{font-size:1.4rem}}.c-h2__sub--small{font-size:2rem}@media screen and (max-width: 1024px){.c-h2__sub--small{font-size:1.6rem}}@media screen and (max-width: 599.98px){.c-h2__sub--small{font-size:1.2rem}}.c-h2__sub--line::after{content:"";display:block;width:51px;height:45px;background:url(../img/common/icon-line.svg) no-repeat center/contain}@media screen and (max-width: 1024px){.c-h2__sub--line::after{width:calc(var(--vw)*100/var(--base-width)*31);height:calc(var(--vw)*100/var(--base-width)*37)}}.c-h2__main{font-size:4.4rem;line-height:1.5}@media screen and (max-width: 1024px){.c-h2__main{font-size:3.6rem;letter-spacing:.03em}}@media screen and (max-width: 599.98px){.c-h2__main{font-size:2.4rem;letter-spacing:0}}.c-h2__main:has(.c-h2__main--sub){line-height:1.3}.c-h2__main--sub{font-size:2rem}@media screen and (max-width: 599.98px){.c-h2__main--sub{font-size:1.4rem}}.c-h2__main--smallest{font-size:2.4rem}@media screen and (max-width: 599.98px){.c-h2__main--smallest{font-size:1.6rem}}.c-h2__main--smaller-medium{font-size:2.8rem}@media screen and (max-width: 599.98px){.c-h2__main--smaller-medium{font-size:2rem}}.c-h2__main--smaller{font-size:3rem}@media screen and (max-width: 599.98px){.c-h2__main--smaller{font-size:2.2rem}}.c-h2__main--small{display:block;font-size:3.2rem}@media screen and (max-width: 599.98px){.c-h2__main--small{font-size:2.2rem}}.c-h2__main--medium{font-size:4rem}@media screen and (max-width: 599.98px){.c-h2__main--medium{font-size:2.6rem}}@media screen and (max-width: 599.98px){.c-h2__main--sp-medium{font-size:2.2rem}}@media screen and (max-width: 599.98px){.c-h2__main--sp-small{font-size:2rem}}@media screen and (max-width: 599.98px){.c-h2__main--sp-smaller{font-size:1.6rem}}.c-h2__text{margin-top:5px;line-height:1.7}@media screen and (max-width: 599.98px){.c-h2__text{text-align:left;font-size:1.4rem}}@media screen and (max-width: 599.98px){.c-h2__text--small{font-size:1.4rem;letter-spacing:.05em}}@media screen and (max-width: 599.98px){.c-h2__text--sp-normal{font-size:1.6rem}}.c-h2__text--medium{font-size:2rem;line-height:1.2}.c-h2__text--large{font-size:2.2rem;line-height:1.5}@media screen and (max-width: 599.98px){.c-h2__text--large{font-size:1.6rem}}.c-h2__icon{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 599.98px){.c-h2__icon{margin-top:10px}}.c-h2__icon-bar{width:23px;height:5px}.c-h2__icon-bar--brown{background:#483737}.c-h2__icon-bar--blue{background:#5eb5d2}.c-h2__icon-bar--yellow{background:#f2c849}.c-info{display:grid;grid-template-columns:1fr min(var(--vw)*100/var(--base-width)*630,630px);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:min(var(--vw)*100/var(--base-width)*100,100px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*100,100px);column-gap:min(var(--vw)*100/var(--base-width)*100,100px)}@media screen and (max-width: 1024px){.c-info{grid-template-columns:100%}}.c-info__map iframe{width:100%;height:100%;vertical-align:middle}.c-info__main{padding-bottom:19px}.c-info__logo-link{display:block;width:306.7px}@media screen and (max-width: 599.98px){.c-info__logo-link{width:220px}}.c-info__logo-link img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.c-info__address{margin-top:50px;display:grid;grid-template-columns:repeat(2, -webkit-max-content);grid-template-columns:repeat(2, max-content);grid-template-rows:repeat(3, -webkit-max-content);grid-template-rows:repeat(3, max-content);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}@media screen and (max-width: 1024px){.c-info__address{margin-top:calc(var(--vw)*100/var(--base-width)*20);gap:calc(var(--vw)*100/var(--base-width)*5)}}@media screen and (max-width: 599.98px){.c-info__address{font-size:1.3rem}}.c-info__address span,.c-info__address a[href^="tel:"]{display:block;line-height:1;grid-column:1/2}.c-info__address a:not([href^="tel:"]){grid-column:2/3;grid-row:1/-1}.c-info__table{margin-top:35px}@media screen and (max-width: 1024px){.c-info__table{margin-top:calc(var(--vw)*100/var(--base-width)*30)}}.c-info__table table{font-size:1.5rem;line-height:1.6}@media screen and (max-width: 599.98px){.c-info__table table{font-size:1.2rem}}@media screen and (max-width: 599.98px){.c-info__table table tr>*:first-child{width:40%}}.c-info__table table thead{background:var(--color_white)}.c-info__table table thead th{padding-inline:10px}.c-info__table table thead th:not(:first-child){text-align:center}@media screen and (max-width: 599.98px){.c-info__table table thead th:not(:first-child){font-size:1.3rem}}.c-info__table table tbody tr{border-bottom:1px solid var(--color_txt)}.c-info__table table th,.c-info__table table td{padding-block:5px}@media screen and (max-width: 599.98px){.c-info__table table th,.c-info__table table td{padding-block:3px}}.c-info__table table th:first-child,.c-info__table table td:first-child{padding-inline:10px}.c-info__table table td{text-align:center}@media screen and (max-width: 599.98px){.c-info__table table td{font-size:1.3rem}}.c-info__table caption{margin-top:14px;caption-side:bottom;-moz-text-align-last:left;text-align-last:left;font-size:1.4rem;line-height:1.6}@media screen and (max-width: 599.98px){.c-info__table caption{font-size:1.1rem}}.c-info__map iframe{width:100%;vertical-align:middle}@media screen and (max-width: 1024px){.c-info__map iframe{aspect-ratio:335/239}}.c-info__contact{margin-top:45px;grid-column:1/-1;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:min(var(--vw)*100/var(--base-width)*50,50px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*50,50px);column-gap:min(var(--vw)*100/var(--base-width)*50,50px)}@media screen and (max-width: 1024px){.c-info__contact{margin-top:calc(var(--vw)*100/var(--base-width)*30);-webkit-column-gap:calc(var(--vw)*100/var(--base-width)*10);-moz-column-gap:calc(var(--vw)*100/var(--base-width)*10);column-gap:calc(var(--vw)*100/var(--base-width)*10)}}.c-info__contact-link{min-height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:17px;-moz-column-gap:17px;column-gap:17px;background:var(--color_white);border:1px solid #ede1d2;border-radius:8px;font-size:2.2rem;line-height:1.5;letter-spacing:.03em;font-weight:700;-webkit-transition:.3s ease;transition:.3s ease}@media screen and (max-width: 1024px){.c-info__contact-link{min-height:64px;font-size:1.6rem;-webkit-column-gap:calc(var(--vw)*100/var(--base-width)*5);-moz-column-gap:calc(var(--vw)*100/var(--base-width)*5);column-gap:calc(var(--vw)*100/var(--base-width)*5)}}@media screen and (max-width: 599.98px){.c-info__contact-link{font-size:1.2rem;font-weight:600;min-height:46px}}.c-info__contact-link--web::before{content:"";display:block;width:23px;height:23px;-webkit-mask:url(../img/common/icon-calendar.svg) no-repeat center/contain;mask:url(../img/common/icon-calendar.svg) no-repeat center/contain;background:#ea6a57;-webkit-transition:.3s ease;transition:.3s ease}@media screen and (max-width: 1024px){.c-info__contact-link--web::before{width:24px}}@media screen and (max-width: 599.98px){.c-info__contact-link--web::before{width:15px}}@media(hover: hover){.c-info__contact-link--web:where(:-moz-any-link,:enabled,summary):hover{background:#ea6a57;color:var(--color_white)}.c-info__contact-link--web:where(:any-link,:enabled,summary):hover{background:#ea6a57;color:var(--color_white)}.c-info__contact-link--web:where(:-moz-any-link,:enabled,summary):hover::before{background:var(--color_white)}.c-info__contact-link--web:where(:any-link,:enabled,summary):hover::before{background:var(--color_white)}}.c-info__contact-link--line::before{content:"";display:block;width:36px;height:32px;background:url(../img/common/icon-line.svg) no-repeat center/contain;-webkit-transition:.3s ease;transition:.3s ease}@media screen and (max-width: 1024px){.c-info__contact-link--line::before{width:24px}}@media screen and (max-width: 599.98px){.c-info__contact-link--line::before{width:15px}}@media(hover: hover){.c-info__contact-link--line:where(:-moz-any-link,:enabled,summary):hover{background:#39b54a;color:var(--color_white)}.c-info__contact-link--line:where(:any-link,:enabled,summary):hover{background:#39b54a;color:var(--color_white)}.c-info__contact-link--line:where(:-moz-any-link,:enabled,summary):hover::before{background-image:url(../img/common/icon-line_hover.svg)}.c-info__contact-link--line:where(:any-link,:enabled,summary):hover::before{background-image:url(../img/common/icon-line_hover.svg)}}.c-mv{margin-top:calc(var(--header-height) + 48px);position:relative;z-index:10}@media screen and (max-width: 1024px){.c-mv{margin-top:var(--header-height);z-index:5}}@media screen and (max-width: 1024px){.c-mv[class*=archive],.c-mv[class*=taxonomy]{z-index:20}}.c-mv[class*=single]{height:100px}@media screen and (max-width: 599.98px){.c-mv[class*=single]{height:52px}}.c-mv[class*=single]::before{background:var(--color_bg_gray1)}.c-mv::before{content:"";display:block;position:absolute;inset:0;background:var(--color_secondary);z-index:-1}.c-mv__box{height:300px;display:grid;place-items:center}@media screen and (max-width: 599.98px){.c-mv__box{height:150px}}.c-mv__bg{width:calc(var(--vw)*100);margin-inline:calc(50% - var(--vw)*50);position:absolute;inset:0;z-index:-1}.c-mv__bg picture,.c-mv__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-mv__heading{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:4rem;line-height:.8;text-align:center;color:var(--color_white);font-weight:bold;font-family:var(--font-family_zen-maru-gothic);text-shadow:0 0 12px rgba(0,0,0,.5)}@media screen and (max-width: 599.98px){.c-mv__heading{font-size:2rem}}.c-mv__heading span{font-size:3rem}@media screen and (max-width: 599.98px){.c-mv__heading span{font-size:2rem}}.c-mv__heading small{font-size:2.2rem}@media screen and (max-width: 599.98px){.c-mv__heading small{font-size:1.5rem}}.c-mv__heading--small{font-size:3.6rem !important;line-height:1}@media screen and (max-width: 599.98px){.c-mv__heading--small{font-size:2rem !important}}.c-mv__heading--small span{font-size:2.2rem !important}@media screen and (max-width: 599.98px){.c-mv__heading--small span{font-size:1.5rem !important}}.c-breadcrumbs{position:absolute;top:min(var(--vw)*100/var(--base-width)*10,10px);left:min(var(--vw)*100/var(--base-width)*23,23px);width:calc(var(--vw)*100);font-size:1.4rem;color:var(--color_white);font-weight:400}@media screen and (max-width: 599.98px){.c-breadcrumbs{padding-block:10px;width:auto;top:initial;bottom:0;left:calc(var(--vw)*100/var(--base-width)*20);right:calc(var(--vw)*100/var(--base-width)*20);font-size:1rem;line-height:1.2;-webkit-transform:translateY(100%);transform:translateY(100%);color:#858585;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.c-mv[class*=single] .c-breadcrumbs{padding-block:15px;color:#858585}@media screen and (max-width: 599.98px){.c-mv[class*=single] .c-breadcrumbs{top:0;-webkit-transform:none;transform:none}}.c-pagination{margin-top:100px}@media screen and (max-width: 1024px){.c-pagination{margin-top:70px}}@media screen and (max-width: 599.98px){.c-pagination{margin-top:50px}}.c-pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px}.c-pagination__list .page-numbers{padding-top:1px;padding-right:1px;display:grid;place-items:center;width:50px;height:auto;aspect-ratio:1;border:1px solid #c9c9c9;background:var(--color_white);border-radius:50%;-webkit-transition:background-color,border-color,color,.3s ease-out;transition:background-color,border-color,color,.3s ease-out;font-size:1.8rem;font-weight:bold}@media(hover: hover){.c-pagination__list .page-numbers:where(:-moz-any-link,:enabled,summary):hover{background:var(--color_brown);border-color:var(--color_brown);color:var(--color_white)}.c-pagination__list .page-numbers:where(:any-link,:enabled,summary):hover{background:var(--color_brown);border-color:var(--color_brown);color:var(--color_white)}}.c-pagination__list .page-numbers.current{background:var(--color_tertiary);color:var(--color_white);border-color:var(--color_tertiary)}.c-pagination__list .page-numbers.prev,.c-pagination__list .page-numbers.next{border:none;background:url(../img/common/pagination-arrow.svg) no-repeat center/contain}.c-pagination__list .page-numbers.prev{margin-right:16px}@media screen and (max-width: 599.98px){.c-pagination__list .page-numbers.prev{margin-right:0px}}.c-pagination__list .page-numbers.next{margin-left:16px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}@media screen and (max-width: 599.98px){.c-pagination__list .page-numbers.next{margin-left:0px}}.c-pagination__list .page-numbers.dots{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:none;background:initial;-webkit-transform:translateY(-4px);transform:translateY(-4px)}.c-line{background:#f0f6ff;padding-block:120px;position:relative}@media screen and (max-width: 1024px){.c-line{padding:calc(var(--vw)*100/var(--base-width)*60) 0}}@media screen and (max-width: 599.98px){.c-line{padding-block:30px 50px}}.c-line--bg-secondary{background:var(--color_bg_secondary)}.c-line--bg-secondary-light{background:#fffbf0}.c-line--top{padding-block:110px 168px}@media screen and (max-width: 1024px){.c-line--top{padding-block:60px 80px}}@media screen and (max-width: 599.98px){.c-line--top{padding-block:42px 30px}}@media screen and (max-width: 599.98px){.c-line--sp-top{padding-top:42px}}.c-line__inner{max-width:880px}@media screen and (max-width: 599.98px){.c-line__title{font-size:2.4rem}}.c-line__subtitle{display:inline-block;background:var(--color_white);padding:2px 10px}@media screen and (max-width: 599.98px){.c-line__subtitle{margin-top:5px}}.c-line__subtitle span{font-family:var(--font-family_inter);font-weight:500;font-size:1.8rem;line-height:1.5;color:var(--color_brown);letter-spacing:.9px}@media screen and (max-width: 1024px){.c-line__subtitle span{font-size:1.4rem}}@media screen and (max-width: 599.98px){.c-line__subtitle span{font-size:1.3rem}}.c-line__content{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 599.98px){.c-line__content{margin-top:20px}}@media screen and (max-width: 599.98px){.c-line__content:has(.c-line__text-catch){margin-top:5px}}.c-line__img{max-width:220px}@media screen and (max-width: 599.98px){.c-line__img{max-width:143px}}.c-line__img--large{width:min(var(--vw)*100/var(--base-width)*361,361px);max-width:100%}@media screen and (max-width: 599.98px){.c-line__img--large{width:calc(var(--vw)*100/var(--base-width)*143)}}.c-line__img picture,.c-line__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.c-line__main{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:860px}@media screen and (max-width: 1024px){.c-line__main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width: 599.98px){.c-line__main--sp-tiny{gap:10px}}.c-line__text-catch{font-size:2.8rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-line__text-catch{font-size:1.3rem;text-align:center;font-family:var(--font-family_inter)}}.c-line__text-area{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 1024px){.c-line__text-area{width:100%;text-align:center}}.c-line__text-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}@media screen and (max-width: 1024px){.c-line__text-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.c-line__text-title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;font-family:var(--font-family_zen-maru-gothic);font-weight:bold;font-size:3.4rem;line-height:1.5;color:var(--color_accent);margin:0}@media screen and (max-width: 1024px){.c-line__text-title{font-size:2.4rem}}.c-line__text-title::after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--color_accent)}.c-line__text-title--no-border::after{display:none}.c-line__text-note{font-family:var(--font-family_inter);font-weight:normal;font-size:1.2rem;line-height:1.5;color:#878787;margin:0}@media screen and (max-width: 1024px){.c-line__text-note{font-size:1rem}}@media screen and (max-width: 599.98px){.c-line__text-note{width:100%;text-align:left}}@media screen and (max-width: 599.98px){.c-line__text-note--large{font-size:1.2rem;letter-spacing:-0.01em;white-space:nowrap}}.c-line__text-description{font-family:var(--font-family_inter);font-weight:normal;font-size:1.6rem;line-height:1.7;color:var(--color_brown);letter-spacing:.8px;margin-top:10px}@media screen and (max-width: 1024px){.c-line__text-description{font-size:1.4rem}}.c-line__text-limit{font-family:var(--font-family_inter);font-weight:normal;font-size:1.2rem;line-height:1.8;color:#878787;letter-spacing:.6px}@media screen and (max-width: 1024px){.c-line__text-limit{font-size:1rem}}@media screen and (max-width: 599.98px){.c-line__text-limit{margin-top:10px;text-align:left}}@media screen and (max-width: 599.98px){.c-line__text-limit--large{font-size:1.2rem;letter-spacing:-0.01em;white-space:nowrap}}.c-line__btn-line{margin-top:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.c-line__reservation{margin-top:60px;background:var(--color_white);border-radius:20px;padding:60px 90px;width:100%;max-width:880px;position:relative;border:1px solid #8acde4}@media screen and (max-width: 1024px){.c-line__reservation{padding:calc(var(--vw)*100/var(--base-width)*40) calc(var(--vw)*100/var(--base-width)*20);max-width:100%}}@media screen and (max-width: 599.98px){.c-line__reservation{margin-top:40px;padding:20px;border-radius:8px}}.c-line__reservation-header{margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 1024px){.c-line__reservation-header{margin-bottom:calc(var(--vw)*100/var(--base-width)*20)}}.c-line__reservation-title{position:relative;font-family:var(--font-family_inter);font-weight:bold;font-size:2.4rem;line-height:1.5;color:var(--color_brown);margin:0;padding-bottom:8px}@media screen and (max-width: 1024px){.c-line__reservation-title{font-size:2rem}}.c-line__reservation-title::after{content:"";position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:2px;background:var(--color_brown)}.c-line__reservation-title--large{font-size:3.8rem;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.c-line__reservation-title--large{font-size:2rem;font-family:var(--font-family_inter);color:var(--color_txt) !important}}.c-line__reservation-title--no-border::after{display:none}@media screen and (max-width: 599.98px){.c-line__reservation-title--no-border::after{display:block}}.c-line__reservation-content{margin-top:30px;text-align:center}@media screen and (max-width: 599.98px){.c-line__reservation-content{margin-top:10px}}.c-line__reservation-content p{font-family:var(--font-family_inter);font-weight:normal;font-size:1.6rem;line-height:1.7;color:var(--color_brown);letter-spacing:.8px;margin:0 0 10px 0}@media screen and (max-width: 1024px){.c-line__reservation-content p{font-size:1.4rem}}.c-line__reservation-content--large p{font-size:1.8rem}@media screen and (max-width: 599.98px){.c-line__reservation-content--large p{font-size:1.4rem}}.c-line__reservation-lead{display:block;font-weight:bold;font-size:1.8rem}@media screen and (max-width: 599.98px){.c-line__reservation-lead{font-size:1.6rem}}.c-line__reservation-price{font-family:var(--font-family_inter);font-weight:bold;font-size:1.8rem;line-height:1.8;color:var(--color_brown);margin:10px 0}@media screen and (max-width: 1024px){.c-line__reservation-price{font-size:1.6rem}}.c-line__reservation-note{display:block;font-size:1.3rem;line-height:1.8;color:var(--color_brown)}@media screen and (max-width: 1024px){.c-line__reservation-note{font-size:1.1rem}}@media screen and (max-width: 599.98px){.c-line__reservation-note{font-size:.9rem}}.c-line__reservation-note--large{font-size:1.6rem}@media screen and (max-width: 1024px){.c-line__reservation-note--large{font-size:1.1rem}}@media screen and (max-width: 599.98px){.c-line__reservation-note--large{font-size:.9rem}}.c-line__reservation-schedule{margin-top:20px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 599.98px){.c-line__reservation-schedule{margin-top:10px}}.c-line__reservation-schedule iframe{max-width:664px}@media screen and (max-width: 599.98px){.c-line__reservation-schedule iframe{width:calc(var(--vw)*100/var(--base-width)*294)}}.c-line__reservation-btn{margin-top:10px}.c-line__online{margin-top:66px}@media screen and (max-width: 599.98px){.c-line__online{margin-top:36px}}.c-line__online-heading{font-size:3.5rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic);text-align:center}@media screen and (max-width: 599.98px){.c-line__online-heading{font-size:2.6rem}}.c-line__online__row{margin-top:50px;display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*400,400px) min(var(--vw)*100/var(--base-width)*429,429px);-webkit-column-gap:min(var(--vw)*100/var(--base-width)*50,50px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*50,50px);column-gap:min(var(--vw)*100/var(--base-width)*50,50px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1024px){.c-line__online__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:calc(var(--vw)*100/var(--base-width)*20);justify-items:center}}@media screen and (max-width: 599.98px){.c-line__online__row{margin-top:10px;gap:10px}}.c-line__online-body{display:grid;row-gap:40px}@media screen and (max-width: 599.98px){.c-line__online-body{row-gap:10px}}.c-line__online__text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-line__online__text{font-size:1.4rem}}.c-line__online-recommend{margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:grid;row-gap:10px}.c-line__online-recommend-title{margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:2rem;font-weight:bold;border-bottom:2px solid var(--color_brown);padding-bottom:5px}@media screen and (max-width: 599.98px){.c-line__online-recommend-title{font-size:1.8rem}}.c-line__online-recommend-list{display:grid;row-gap:5px}@media screen and (max-width: 599.98px){.c-line__online-recommend-list{row-gap:2px}}.c-line__online-recommend-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:9px;-moz-column-gap:9px;column-gap:9px;font-size:1.6rem;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-line__online-recommend-item{font-size:1.4rem}}.c-line__online-recommend-item::before{content:"";display:block;-ms-flex-negative:0;flex-shrink:0;width:16px;aspect-ratio:16/12;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTUuNTk1MDkgMTIuNDExMUwwIDYuNzIyOThMMS4zOTg3NyA1LjMwMDk1TDUuNTk1MDkgOS41NjcwNkwxNC42MDEyIDAuNDExMTMzTDE2IDEuODMzMTdMNS41OTUwOSAxMi40MTExWiIgZmlsbD0iIzQ4MzczNyIvPiA8L3N2Zz4=) no-repeat center/contain}.c-line__online-img{max-width:429px;border-radius:10px;overflow:hidden}.c-line__online-flow{margin-top:40px;padding:40px 30px 50px;background:var(--color_white);border-radius:8px}@media screen and (max-width: 599.98px){.c-line__online-flow{padding:10px calc(var(--vw)*100/var(--base-width)*10)}}.c-line__online-flow-heading{margin-inline:auto;padding-bottom:3px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:2.8rem;line-height:1.5;font-weight:bold;text-align:center;border-bottom:2px dashed var(--color_brown);font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-line__online-flow-heading{font-size:2.2rem;padding-bottom:0}}.c-line__online-flow-title{margin-top:6px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:2rem;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-line__online-flow-title{font-size:1.7rem}}.c-line__online-flow-list{margin-top:40px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:57px;-moz-column-gap:57px;column-gap:57px;position:relative}@media screen and (max-width: 599.98px){.c-line__online-flow-list{margin-top:10px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:27px}}.c-line__online-flow-item{position:relative}@media screen and (max-width: 599.98px){.c-line__online-flow-item{margin-inline:auto;display:grid;grid-template-columns:1fr;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}}.c-line__online-flow-item::before{content:"";display:block;width:17px;height:81px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iODIiIHZpZXdCb3g9IjAgMCAxNyA4MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTE3IDQxLjM4MTZMMCA4MS44Nzg5TC0zLjU0MDYyZS0wNiAwLjg3ODkxNEwxNyA0MS4zODE2WiIgZmlsbD0iI0UyRTJFMiIvPiA8L3N2Zz4=) no-repeat center/contain;position:absolute;top:50%;left:-20px;-webkit-transform:translate(-100%, -50%);transform:translate(-100%, -50%)}@media screen and (max-width: 599.98px){.c-line__online-flow-item::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCA4MSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTQwLjQ5NzMgMTcuMDU1N0wwIDAuMDU1NjY0MUw4MSAwLjA1NTY2MDVMNDAuNDk3MyAxNy4wNTU3WiIgZmlsbD0iI0UyRTJFMiIvPiA8L3N2Zz4=);top:-5px;left:50%;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);width:81px;height:17px}}.c-line__online-flow-item:first-of-type::before{display:none}.c-line__online-flow-item-number{width:40px;aspect-ratio:1;background:var(--color_brown);color:var(--color_white);border-radius:50%;font-size:2.2rem;font-family:var(--font-family_zen-maru-gothic);display:grid;place-items:center;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-weight:bold}@media screen and (max-width: 599.98px){.c-line__online-flow-item-number{position:relative;inset:auto;-webkit-transform:none;transform:none;font-size:1.9rem;width:30px}}@media screen and (max-width: 599.98px){.c-line__online-flow-item-img{max-width:220px;margin-inline:auto;grid-column:1/3;grid-row:1/2}}.c-line__online-flow-item-title{display:block;margin-top:10px;font-size:1.6rem;font-weight:bold;text-align:center;line-height:1.7;letter-spacing:.05em;text-align:center}@media screen and (max-width: 599.98px){.c-line__online-flow-item-title{margin-top:0;grid-column:2/3;grid-row:2/3}}.c-line__microcopy{margin-block:20px 10px;text-align:center;font-size:2rem;font-weight:bold;line-height:1.5;letter-spacing:.05em;color:#00b900}@media screen and (max-width: 599.98px){.c-line__microcopy{font-size:1.6rem}}.c-line__shapes{position:absolute;inset:0;pointer-events:none}.c-line__shapes>*{position:absolute}.c-line__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-line__shape01{width:185px;bottom:-5px;right:-23px;-webkit-transform:translate(100%, 100%);transform:translate(100%, 100%)}@media screen and (max-width: 1024px){.c-line__shape01{bottom:initial;right:initial;width:calc(var(--vw)*100/var(--base-width)*103);top:calc(var(--vw)*100/var(--base-width)*178);left:calc(var(--vw)*100/var(--base-width)*-48);-webkit-transform:none;transform:none}}.c-line__shape02{width:266px;bottom:-5px;left:-50px;-webkit-transform:translate(-100%, 100%);transform:translate(-100%, 100%)}@media screen and (max-width: 1024px){.c-line__shape02{display:none}}.c-line__shape03{width:197px;bottom:22px;right:-83px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.c-line__shape03{bottom:initial;width:calc(var(--vw)*100/var(--base-width)*111);top:calc(var(--vw)*100/var(--base-width)*145);right:-37px;-webkit-transform:none;transform:none}}.c-line__shape04{width:181px;top:-53px;left:-183px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.c-line__shape04{display:none}}.c-line__shape05{display:none}@media screen and (max-width: 1024px){.c-line__shape05{display:block;width:calc(var(--vw)*100/var(--base-width)*69);top:calc(var(--vw)*100/var(--base-width)*237);right:calc(var(--vw)*100/var(--base-width)*-25)}}.c-line__shape06{width:191px;top:-78px;left:-90px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width: 1024px){.c-line__shape06{display:none}}.c-line__shape07{width:256px;top:50px;right:-31px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.c-line__shape07{display:none}}.c-line__shape08{width:206px;bottom:242px;right:-107px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.c-line__shape08{display:none}}.c-line__shape09{width:70px;top:-21px;left:-113px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.c-line__shape09{width:calc(var(--vw)*100/var(--base-width)*69);top:calc(var(--vw)*100/var(--base-width)*140);left:calc(var(--vw)*100/var(--base-width)*-36);-webkit-transform:none;transform:none}}.c-line__shape10{width:237px;top:449px;right:-66px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.c-line__shape10{width:calc(var(--vw)*100/var(--base-width)*114);top:calc(var(--vw)*100/var(--base-width)*155);right:calc(var(--vw)*100/var(--base-width)*-51);-webkit-transform:none;transform:none}}.c-table{font-family:var(--font-family_zen-maru-gothic)}.c-table tbody tr{border-bottom:1px solid #c9c9c9}@media screen and (max-width: 599.98px){.c-table tbody tr{border:none !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.c-table tbody tr:first-child{border-top:1px solid #c9c9c9}.c-table tbody tr:nth-of-type(odd){background:#f3f3f3}@media screen and (max-width: 599.98px){.c-table tbody tr:nth-of-type(odd){background:var(--color_white)}}.c-table tbody th,.c-table tbody td{padding-block:20px;border-left:1px solid #c9c9c9;font-size:2.2rem;font-weight:bold;line-height:1.5;letter-spacing:.09em}@media screen and (max-width: 599.98px){.c-table tbody th,.c-table tbody td{padding:5px 10px;font-size:1.6rem;border:none !important}}.c-table tbody th:first-child,.c-table tbody td:first-child{border-left:none}.c-table tbody th{padding-inline:15px}@media screen and (max-width: 599.98px){.c-table tbody th{background:#f3f3f3;padding-inline:10px;line-height:1.5}}.c-table tbody th span{font-size:1.8rem}@media screen and (max-width: 599.98px){.c-table tbody th span{font-size:1.4rem}}.c-table tbody td{padding-inline:40px;line-height:2}@media screen and (max-width: 599.98px){.c-table tbody td{padding-inline:10px;line-height:1.6}}.c-table small{display:block;margin-top:5px;font-family:var(--font-family_inter);font-size:1.2rem;line-height:1.7;color:#858585;font-weight:400}@media screen and (max-width: 599.98px){.c-table small{margin-top:0;font-size:1rem}}.c-table small+small{margin-top:3px}.c-table02{border:1px solid #c9c9c9}.c-table02--border-inline-none{border-inline:none}.c-table02 thead th,.c-table02 thead td{padding-block:10px;font-size:1.6rem;font-weight:bold;text-align:center;line-height:1.5;border-top:1px solid #c9c9c9}@media screen and (max-width: 599.98px){.c-table02 thead th,.c-table02 thead td{font-size:1.4rem}}.c-table02 thead th{background:#ddd;text-align:center}.c-table02 tr:first-child th,.c-table02 tr:first-child td{border-top:none}.c-table02 tbody tr{border-bottom:1px solid #c9c9c9}.c-table02 tbody tr:first-child{border-top:1px solid #c9c9c9}.c-table02 tbody tr:last-child{border-bottom:none}.c-table02 tbody th,.c-table02 tbody td{padding-block:21.5px;border-left:1px solid #c9c9c9;line-height:1.5}@media screen and (max-width: 599.98px){.c-table02 tbody th,.c-table02 tbody td{padding-block:10px}}.c-table02 tbody th:first-child,.c-table02 tbody td:first-child{border-left:none}.c-table02 tbody th{padding-inline:20px;background:#ececec;font-size:1.6rem;font-weight:bold}@media screen and (max-width: 599.98px){.c-table02 tbody th{padding-inline:10px;font-size:1.2rem;width:45.9701492537%}}.c-table02 tbody th span{font-size:1.4rem}@media screen and (max-width: 599.98px){.c-table02 tbody th span{font-size:1rem}}.c-table02 tbody td{padding-inline:40px;text-align:right;font-weight:bold;font-size:1.8rem;background:var(--color_white)}@media screen and (max-width: 599.98px){.c-table02 tbody td{padding-inline:10px;line-height:1.6}}.c-table02 small{display:block;font-size:1.3rem;line-height:1.5;font-weight:400}@media screen and (max-width: 599.98px){.c-table02 small{font-size:1rem}}.c-table02 small+small{margin-top:3px}.c-table02__price{margin-left:10px;font-size:2.2rem !important;line-height:1.5 !important}@media screen and (max-width: 599.98px){.c-table02__price{font-size:2rem}}@media screen and (max-width: 1024px){.c-table02__icon{text-align:center}}.c-table02__icon::before{content:"";margin-right:10px;display:inline-block}@media screen and (max-width: 1024px){.c-table02__icon::before{display:block;margin-inline:auto;margin-bottom:2px}}.c-table02__icon--train::before{width:12px;height:16px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEwIDNINy4xMkw3LjYyIDJIMTBWMEgyVjJINS4zOEw0Ljg4IDNIMkMwLjkgMyAwIDMuOSAwIDVWMTNDMCAxMy41NSAwLjQ1IDE0IDEgMTRIMS42N0wxLjI1IDE1LjQ0TDMuMTcgMTZMMy43NiAxNEg4LjI3TDguODcgMTZMMTAuNzkgMTUuNDRMMTAuMzYgMTRIMTEuMDFDMTEuNTYgMTQgMTIuMDEgMTMuNTUgMTIuMDEgMTNWNUMxMi4wMSAzLjkgMTEuMTEgMyAxMC4wMSAzSDEwWk0zLjUgMTEuNUMzLjIyIDExLjUgMyAxMS4yOCAzIDExQzMgMTAuNzIgMy4yMiAxMC41IDMuNSAxMC41QzMuNzggMTAuNSA0IDEwLjcyIDQgMTFDNCAxMS4yOCAzLjc4IDExLjUgMy41IDExLjVaTTUgOEgyVjVINVY4Wk04LjUgMTEuNUM4LjIyIDExLjUgOCAxMS4yOCA4IDExQzggMTAuNzIgOC4yMiAxMC41IDguNSAxMC41QzguNzggMTAuNSA5IDEwLjcyIDkgMTFDOSAxMS4yOCA4Ljc4IDExLjUgOC41IDExLjVaTTEwIDhIN1Y1SDEwVjhaIiBmaWxsPSIjNDgzNzM3Ii8+IDwvc3ZnPg==) no-repeat center/contain;-webkit-transform:translateY(2px);transform:translateY(2px)}.c-table02__icon--car::before{width:22px;height:13px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE1NTlfMjMyNDEpIj4gPHBhdGggZD0iTTMuNTI5NzcgNi41NzY2M0gzLjY5MTI0TDYuOTM2OTcgMS40MTgxN0M3LjI5ODM2IDAuODQ3ODQ4IDcuOTM3MDEgMC40OTk3NTYgOC42MjgxMiAwLjQ5OTc1NkgxNi45MjI5QzE3LjgzODggMC40OTk3NTYgMTguNjM4NSAxLjExMTAxIDE4Ljg1MjkgMS45ODE0NkwyMC4wOTQ5IDYuNTc2NjNDMjEuMTQ3NCA2LjU3NjYzIDIyIDcuNDA2MTYgMjIgOC40MzAxOVYxMC4yODM4QzIyIDEwLjgyMzMgMjEuNTUwOSAxMS4yNjMzIDIwLjk5MzIgMTEuMjYzM0gyMC40NjY3QzIwLjQ2NjcgOS41NDI2OCAxOS4wMjc5IDguMTQ2MzUgMTcuMjU5OSA4LjE0NjM1QzE1LjQ5MTggOC4xNDYzNSAxNC4wNTMgOS41NDYyIDE0LjA1MyAxMS4yNjMzSDcuOTQ3ODZDNy45NDc4NiA5LjU0MjY4IDYuNTA5MDkgOC4xNDYzNSA0Ljc0MTA0IDguMTQ2MzVDMi45NzI5OSA4LjE0NjM1IDEuNTM0MjEgOS41NDYyIDEuNTM0MjEgMTEuMjYzM0gwLjY5OTI2MUMwLjMxMzQ0NiAxMS4yNjMzIDAuMDAwOTA0MDgzIDEwLjk1OTcgMC4wMDA5MDQwODMgMTAuNTgzOVYxMC4wMDM0QzAuMDAwOTA0MDgzIDguMTEyMDIgMS41ODM1MSA2LjU3NTc1IDMuNTMwNjggNi41NzU3NUwzLjUyOTc3IDYuNTc2NjNaTTE3LjkyOTcgNS45MTQzM0wxNy43Nzg3IDUuMjkyOTZMMTcuMDQxOSAyLjI4MjAySDEzLjE3MTVWNS44ODM1M0gxMi4yNTU2VjIuMjgyMDJIOC42Mjc2N0M4LjU3MTU5IDIuMjgyMDIgOC41MjU5MSAyLjMwOTMxIDguNDk3ODYgMi4zNTM3Nkw4LjQ4MDIyIDIuMzgxMDRMNy44MjA3NyAzLjQzMjM2TDYuMjYzMDMgNS45MTA4MUgxNy45Mjk3VjUuOTE0MzNaIiBmaWxsPSIjNDgzNzM3Ii8+IDxwYXRoIGQ9Ik0xNy4yNjMzIDkuMDQxMjZDMTguNTI5OCA5LjA0MTI2IDE5LjU1NDcgMTAuMDM4IDE5LjU1NDcgMTEuMjcwNkMxOS41NTQ3IDEyLjUwMzMgMTguNTMwMiAxMy41IDE3LjI2MzMgMTMuNUMxNS45OTY0IDEzLjUgMTQuOTcyIDEyLjUwMzMgMTQuOTcyIDExLjI3MDZDMTQuOTcyIDEwLjAzOCAxNS45OTY0IDkuMDQxMjYgMTcuMjYzMyA5LjA0MTI2Wk0xNy4yNjMzIDEyLjAzODZDMTcuNjk4NCAxMi4wMzg2IDE4LjA1MjYgMTEuNjkzNSAxOC4wNTI2IDExLjI3MDZDMTguMDUyNiAxMC44NDc3IDE3LjY5OCAxMC41MDI3IDE3LjI2MzMgMTAuNTAyN0MxNi44Mjg3IDEwLjUwMjcgMTYuNDc0MSAxMC44NDc3IDE2LjQ3NDEgMTEuMjcwNkMxNi40NzQxIDExLjY5MzUgMTYuODI4NyAxMi4wMzg2IDE3LjI2MzMgMTIuMDM4NloiIGZpbGw9IiM0ODM3MzciLz4gPHBhdGggZD0iTTQuNzM5ODggOS4wNDEyNkM2LjAwNjMzIDkuMDQxMjYgNy4wMzEyNSAxMC4wMzggNy4wMzEyNSAxMS4yNzA2QzcuMDMxMjUgMTIuNTAzMyA2LjAwNjc4IDEzLjUgNC43Mzk4OCAxMy41QzMuNDcyOTkgMTMuNSAyLjQ0ODUyIDEyLjUwMzMgMi40NDg1MiAxMS4yNzA2QzIuNDQ4NTIgMTAuMDM4IDMuNDc2NiA5LjA0MTI2IDQuNzM5ODggOS4wNDEyNlpNNC43Mzk4OCAxMi4wMzg2QzUuMTc1IDEyLjAzODYgNS41MjkxNSAxMS42OTM1IDUuNTI5MTUgMTEuMjcwNkM1LjUyOTE1IDEwLjg0NzcgNS4xNzQ1NSAxMC41MDI3IDQuNzM5ODggMTAuNTAyN0M0LjMwNTIyIDEwLjUwMjcgMy45NTA2MiAxMC44NDc3IDMuOTUwNjIgMTEuMjcwNkMzLjk1MDYyIDExLjY5MzUgNC4zMDUyMiAxMi4wMzg2IDQuNzM5ODggMTIuMDM4NloiIGZpbGw9IiM0ODM3MzciLz4gPC9nPiA8ZGVmcz4gPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTU5XzIzMjQxIj4gPHJlY3Qgd2lkdGg9IjIyIiBoZWlnaHQ9IjEzIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMjIgMC41KSIvPiA8L2NsaXBQYXRoPiA8L2RlZnM+IDwvc3ZnPg==) no-repeat center/contain;-webkit-transform:translateY(1px);transform:translateY(1px)}.c-table02__text--small{font-size:1.6rem !important;font-weight:normal !important}@media screen and (max-width: 599.98px){.c-table02__text--small{font-size:1.2rem !important}}.c-table02__text--left{text-align:left !important}.c-table02__table-note{display:block;margin-top:10px;font-size:1.3rem;line-height:1.5;color:#858585}@media screen and (max-width: 599.98px){.c-table02__table-note{font-size:1rem}}.c-table03{border-radius:8px;overflow:hidden;font-size:1.6rem;line-height:1.5;font-weight:bold;border:1px solid #c9c9c9;background:var(--color_white);border-collapse:separate;border-spacing:0}@media screen and (max-width: 1024px){.c-table03{font-size:1.2rem}}.c-table03 thead{background:var(--color_tertiary);color:var(--color_white);text-align:center}.c-table03 thead th,.c-table03 thead td{padding-block:9.5px}@media screen and (max-width: 599.98px){.c-table03 thead th,.c-table03 thead td{padding:7px}}.c-table03 tbody th,.c-table03 tbody td{padding:10px 20px;border-bottom:1px solid #c9c9c9}@media screen and (max-width: 1024px){.c-table03 tbody th,.c-table03 tbody td{padding-inline:16px}}@media screen and (max-width: 599.98px){.c-table03 tbody th,.c-table03 tbody td{padding:8.5px 6px}}.c-table03 tbody tr:last-child th,.c-table03 tbody tr:last-child td{border-bottom:none}.c-table03 tbody th{background:#f7ecca}.c-table03 tbody td{text-align:center}.c-table03__note{display:block;margin-top:20px;font-size:1.3rem;line-height:1.6}@media screen and (max-width: 599.98px){.c-table03__note{margin-top:10px;font-size:1rem}}.c-blocks{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}.c-blocks h2,.c-blocks h3,.c-blocks h4,.c-blocks h5,.c-blocks h6{margin-block:20px;font-weight:bold}@media screen and (max-width: 599.98px){.c-blocks h2,.c-blocks h3,.c-blocks h4,.c-blocks h5,.c-blocks h6{margin-block:15px}}.c-blocks h2{padding-inline:10px;padding-block:6px;background:#d0eaf3;font-size:2.4rem;font-weight:bold;line-height:2.1;display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone}@media screen and (max-width: 599.98px){.c-blocks h2{margin-top:10px;font-size:1.8rem}}.c-blocks h3{color:var(--color_tertiary);font-size:2.2rem;font-weight:bold}@media screen and (max-width: 599.98px){.c-blocks h3{font-size:1.6rem}}.c-blocks h4{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:2rem;border-bottom:2px dashed var(--color_brown)}@media screen and (max-width: 599.98px){.c-blocks h4{font-size:1.5rem}}.c-blocks h5{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.8rem;padding-left:15px;border-left:5px solid var(--color_tertiary)}@media screen and (max-width: 599.98px){.c-blocks h5{font-size:1.4rem}}.c-blocks h6{color:var(--color_tertiary)}.c-blocks .wp-block-image{margin-block:20px}@media screen and (max-width: 599.98px){.c-blocks .wp-block-image{margin-block:10px}}.c-blocks p{margin-block:20px}@media screen and (max-width: 599.98px){.c-blocks p{margin-block:10px;font-size:1.4rem}}.c-blocks ul{margin-block:20px;padding:10px 20px}@media screen and (max-width: 599.98px){.c-blocks ul{padding:5px 10px;margin-block:10px}}.c-blocks ul li::before{content:"・";display:inline-block;margin-right:5px;line-height:1}@media screen and (max-width: 599.98px){.c-blocks ul li{font-size:1.4rem}}.c-blocks table{margin-top:90px}@media screen and (max-width: 599.98px){.c-blocks table{margin-top:60px}}.c-blocks table tbody tr{border-bottom:1px solid #c9c9c9;border-left:1px solid #c9c9c9;border-right:1px solid #c9c9c9}@media screen and (max-width: 599.98px){.c-blocks table tbody tr{border:none !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.c-blocks table tbody tr:first-child{border-top:1px solid #c9c9c9}@media screen and (max-width: 599.98px){.c-blocks table tbody tr:nth-of-type(odd){background:var(--color_white)}}.c-blocks table tbody th,.c-blocks table tbody td{padding-block:20px;-webkit-padding-start:20px;padding-inline-start:20px;border-left:1px solid #c9c9c9;font-size:1.4rem;font-weight:bold}@media screen and (max-width: 599.98px){.c-blocks table tbody th,.c-blocks table tbody td{padding:5px 10px;font-size:1.6rem;border:none !important}}.c-blocks table tbody th:first-child,.c-blocks table tbody td:first-child{border-left:none}.c-blocks table tbody th{padding-right:20px;background:#f3f3f3;width:20%}@media screen and (max-width: 1024px){.c-blocks table tbody th{width:30%}}@media screen and (max-width: 599.98px){.c-blocks table tbody th{padding-right:10px;width:100%}}.c-blocks table tbody th span{font-size:1.8rem}.c-blocks table tbody td{line-height:1.7142857143;font-weight:400}.c-blocks table small{display:block;margin-top:5px;font-family:var(--font-family_inter);font-size:1.2rem;color:#858585;font-weight:400}@media screen and (max-width: 599.98px){.c-blocks table small{margin-top:0;font-size:1rem}}.c-blocks :where(*):first-child{margin-top:0 !important}.c-blocks>*{margin-block:10px}.c-blocks>*:has(+h2){margin-bottom:40px}@media screen and (max-width: 599.98px){.c-blocks>*:has(+h2){margin-bottom:20px}}.c-blocks>h2{margin-top:40px}@media screen and (max-width: 599.98px){.c-blocks>h2{margin-top:20px}}.c-blocks .side-img{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px 20px}@media screen and (max-width: 599.98px){.c-blocks .side-img{gap:20px 10px;grid-template-columns:100%}}@media screen and (max-width: 599.98px){.c-blocks .side-img:has(.half){grid-template-columns:repeat(2, 1fr)}}.c-blocks .side-img+.side-img{margin-top:60px}@media screen and (max-width: 599.98px){.c-blocks .side-img+.side-img{margin-top:40px}}.c-blocks .comLink{margin-block:40px 20px}@media screen and (max-width: 599.98px){.c-blocks .comLink{margin-block:20px 10px}}.c-blocks .comLink a{margin-inline:auto;margin-bottom:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-inline:2.5em 1.875em !important;padding-block:10px;width:100%;max-width:80%;min-height:50px;background:var(--color_accent);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;font-size:1.6rem !important;line-height:1.5;font-weight:bold;color:var(--color_white);border-radius:calc(infinity*1px);-webkit-box-shadow:0px 4px 0px 0px #db543f;box-shadow:0px 4px 0px 0px #db543f;border:none;-webkit-transition:color,background-color,border-color,.3s ease;transition:color,background-color,border-color,.3s ease}@media(hover: hover){.c-blocks .comLink a:where(:-moz-any-link,:enabled,summary):hover{color:var(--color_white);background:var(--color_tertiary);box-shadow:0px 4px 0px 0px #34a1c5}.c-blocks .comLink a:where(:any-link,:enabled,summary):hover{color:var(--color_white);background:var(--color_tertiary);-webkit-box-shadow:0px 4px 0px 0px #34a1c5;box-shadow:0px 4px 0px 0px #34a1c5}}@media screen and (max-width: 599.98px){.c-blocks .comLink a{min-height:35px;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;max-width:100%;font-size:1.3rem !important}}.c-blocks .comLink a::after{content:"";display:block;width:16px;height:16px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEyIDdMLTYuNTI1MzNlLTA3IDEzLjkyODJMLTQuNjg0OTdlLTA4IDAuMDcxNzk2NEwxMiA3WiIgZmlsbD0iIzQ4MzczNyIvPiA8L3N2Zz4=) no-repeat center/contain;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEyIDdMLTYuNTI1MzNlLTA3IDEzLjkyODJMLTQuNjg0OTdlLTA4IDAuMDcxNzk2NEwxMiA3WiIgZmlsbD0iIzQ4MzczNyIvPiA8L3N2Zz4=) no-repeat center/contain;background:currentColor}.c-card{display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;position:relative}.c-card__link{padding:30px;background:var(--color_white);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:20px;border-radius:8px;-webkit-box-shadow:0 0 14px 0 rgba(0,0,0,.05);box-shadow:0 0 14px 0 rgba(0,0,0,.05);border:3px solid rgba(0,0,0,0);-webkit-transition:border-color,color,.3s ease;transition:border-color,color,.3s ease}.c-card__link:hover{border-color:var(--color_tertiary);color:var(--color_tertiary)}@media screen and (max-width: 599.98px){.c-card__link{padding:20px}}.c-card__head{position:relative}.c-card__category{position:absolute;right:7px;bottom:5px;z-index:3}.c-card__category-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.c-card__category-item a{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:2px 13px;background:var(--color_brown);color:var(--color_white);font-size:1.1rem;font-weight:bold;line-height:1.7;border-radius:calc(infinity*1px);-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;pointer-events:none}@media(hover: hover){.c-card__category-item a:is(:where(:-moz-any-link,:enabled,summary):hover *){background-color:var(--color_tertiary)}.c-card__category-item a:is(:where(:any-link,:enabled,summary):hover *){background-color:var(--color_tertiary)}}@media screen and (max-width: 599.98px){.c-card__category-item a{font-size:1rem}}.c-card__img{height:176px;border-radius:8px;overflow:hidden}@media screen and (max-width: 599.98px){.c-card__img{height:172px}}.c-card__img picture,.c-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-card__body{display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;row-gap:5px}.c-card__date{font-size:1.4rem;color:var(--color_tertiary)}.c-card__title{font-size:2rem;line-height:1.5;font-weight:bold}@media screen and (max-width: 599.98px){.c-card__title{font-size:1.8rem}}.c-card__excerpt{font-size:1.4rem;line-height:1.7;letter-spacing:.05em;position:relative;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;pointer-events:none}.c-card__excerpt.is-open{display:block}@media screen and (max-width: 599.98px){.c-card__excerpt{font-size:1.2rem}}.c-card__more{position:absolute;bottom:0;right:0;font-size:1.4rem;line-height:1.7;letter-spacing:.05em;color:var(--color_tertiary);background:var(--color_white)}.c-card__more.is-open{display:none}@media screen and (max-width: 599.98px){.c-card__more{font-size:1.2rem}}.c-card__more span{color:var(--color_txt)}.c-news-card+.c-news-card{border-top:1px solid #c9c9c9}.c-news-card__link{display:block;padding-block:26px;-webkit-transition:color .3s ease;transition:color .3s ease}.c-news-card__link:hover{color:var(--color_tertiary)}@media screen and (max-width: 599.98px){.c-news-card__link{padding-block:10px}}.c-news-card__body{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}@media screen and (max-width: 599.98px){.c-news-card__body{grid-template-columns:100%;gap:5px}}.c-news-card__date{font-size:1.3rem;color:var(--color_tertiary)}@media screen and (max-width: 599.98px){.c-news-card__date{font-size:1.2rem}}.c-news-card__title{font-size:1.6rem;font-weight:bold;line-height:1.7;letter-spacing:.05em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 599.98px){.c-news-card__title{font-size:1.4rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.c-slider__wrapper{position:relative}@media screen and (max-width: 1024px){.c-slider__wrapper{width:calc(.8*var(--vw)*100);margin-inline:auto}}.c-slider__pagination{margin-inline:auto;width:-webkit-fit-content !important;width:-moz-fit-content !important;width:fit-content !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.c-slider__pagination:not(:empty){margin-top:40px}@media screen and (max-width: 1024px){.c-slider__pagination:not(:empty){margin-top:36px}}@media screen and (max-width: 599.98px){.c-slider__pagination:not(:empty){margin-top:20px}}.c-slider__pagination .swiper-pagination-bullet{margin-inline:0 !important;opacity:1;background:#c9c9c9}.c-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color_brown)}.c-slider__prev,.c-slider__next{margin-top:0 !important;width:45px !important;height:45px !important;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NSA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iMjIuNSIgY3k9IjIyLjUiIHI9IjIyLjUiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDQ1IDApIiBmaWxsPSIjNDgzNzM3Ii8+IDxwYXRoIGQ9Ik0xNS4zOTA2IDIyLjQ5OTlMMjYuMDQ4NSAyOS42Nzg4TDI2LjA0ODUgMTUuMzIxTDE1LjM5MDYgMjIuNDk5OVoiIGZpbGw9IndoaXRlIi8+IDwvc3ZnPg==) no-repeat center/contain}@media screen and (max-width: 1024px){.c-slider__prev,.c-slider__next{width:38px !important;height:38px !important}}.c-slider__prev{left:-12px;-webkit-transform:translate(-100%, -50%);transform:translate(-100%, -50%)}@media screen and (max-width: 1024px){.c-slider__prev{left:3px}}@media screen and (max-width: 1024px){.c-medical-case__slider .c-slider__prev{left:12px}}.c-slider__next{right:-12px;-webkit-transform:translate(100%, -50%) rotateY(180deg);transform:translate(100%, -50%) rotateY(180deg)}@media screen and (max-width: 1024px){.c-slider__next{right:3px}}@media screen and (max-width: 1024px){.c-medical-case__slider .c-slider__next{right:12px}}.c-lead{background:#f5f0e3;padding:120px 0 110px;position:relative}@media screen and (max-width: 1024px){.c-lead{padding-block:60px}}@media screen and (max-width: 599.98px){.c-lead{padding-block:30px}}.c-lead--bg-white{background:var(--color_white)}.c-lead--bg-gray{background:var(--color_bg_gray1)}.c-lead--bg-secondary-light{background:#fffbf0}.c-lead--pb-normal{padding-bottom:120px}@media screen and (max-width: 1024px){.c-lead--pb-normal{padding-bottom:60px}}@media screen and (max-width: 599.98px){.c-lead--pb-normal{padding-bottom:30px}}@media screen and (max-width: 599.98px){.c-mv+.c-lead{padding-top:56px}}@media screen and (max-width: 1024px){.c-lead:has(.c-lead__img){padding-top:calc(var(--vw)*100/var(--base-width)*180)}}.c-lead__img{width:min(var(--vw)*100/var(--base-width)*491,491px);position:absolute;top:-200px;right:0}@media screen and (max-width: 1024px){.c-lead__img{width:calc(var(--vw)*100/var(--base-width)*235);top:calc(var(--vw)*100/var(--base-width)*-22)}}.c-lead__img picture,.c-lead__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.c-lead__inner{max-width:980px}.c-lead__heading .c-h2__main--small span{font-size:2.2rem}@media screen and (max-width: 599.98px){.c-lead__heading .c-h2__main--small span{font-size:1.6rem}}@media screen and (max-width: 599.98px){.c-lead__heading .c-h2__main--small span.--sp-large{font-size:1.8rem}}.c-lead__content+.c-lead__heading{margin-top:80px}@media screen and (max-width: 1024px){.c-lead__content+.c-lead__heading{margin-top:40px}}@media screen and (max-width: 599.98px){.c-lead__content+.c-lead__heading{margin-top:20px}}.c-lead__lead{margin-top:19px;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-lead__lead{margin-top:20px;font-size:1.6rem}}.c-lead__cation{display:block;margin-inline:auto;font-size:1.5rem;line-height:1.7;letter-spacing:.05em;color:#858585;margin-bottom:40px}@media screen and (max-width: 599.98px){.c-lead__cation{margin-bottom:20px;font-size:1rem}}.c-lead__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1024px){.c-lead__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:calc(var(--vw)*100/var(--base-width)*30)}}@media screen and (max-width: 599.98px){.c-lead__content{gap:20px}}.c-lead__content:has(.c-lead__image--no-bg){gap:30px}.c-lead__content:has(.c-lead__image--sp-small){gap:40px}.c-lead__content+.c-lead__content{margin-top:60px}@media screen and (max-width: 1024px){.c-lead__content+.c-lead__content{margin-top:40px}}@media screen and (max-width: 599.98px){.c-lead__content+.c-lead__content{margin-top:20px}}.c-lead__heading+.c-lead__content{margin-top:60px}@media screen and (max-width: 1024px){.c-lead__heading+.c-lead__content{margin-top:40px}}@media screen and (max-width: 599.98px){.c-lead__heading+.c-lead__content{margin-top:20px}}.c-lead__content--mt20{margin-top:20px !important}.c-lead__content--mt30{margin-top:30px !important}@media screen and (max-width: 599.98px){.c-lead__content--mt30{margin-top:20px !important}}.c-lead__content--mt40{margin-top:40px !important}@media screen and (max-width: 599.98px){.c-lead__content--mt40{margin-top:20px !important}}.c-lead__content--wide{gap:40px !important}@media screen and (max-width: 599.98px){.c-lead__content--wide{gap:20px !important}}@media screen and (max-width: 599.98px){.c-lead__content--sp-medium{gap:20px !important}}@media screen and (max-width: 599.98px){.c-lead__content--sp-tiny{gap:10px !important}}.c-lead__content--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width: 1024px){.c-lead__content--reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.c-lead__content--column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.c-lead__content--align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width: 1024px){.c-lead__content--align-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.c-lead__image{-ms-flex-negative:0;flex-shrink:0;max-width:356px;position:relative;z-index:0;border-radius:20px;overflow:hidden}@media screen and (max-width: 1024px){.c-lead__image{width:100%;max-width:calc(var(--vw)*100/var(--base-width)*300)}}.c-lead__image::before{content:"";display:block;position:absolute;inset:20px -20px -20px 20px;background:var(--color_white);border-radius:20px;z-index:-1}@media screen and (max-width: 599.98px){.c-lead__image::before{inset:11px -18px -11px 18px}}.c-lead__image:not(:has(.c-lead__image--no-bg)){overflow:visible}.c-lead__image:not(:has(.c-lead__image--no-bg)) img{border-radius:20px}.c-lead__image--no-bg{max-width:345px}@media screen and (max-width: 599.98px){.c-lead__image--no-bg{max-width:100%}}.c-lead__image--no-bg::before{display:none}.c-lead__image--small{max-width:290px}@media screen and (max-width: 599.98px){.c-lead__image--small{max-width:260px}}.c-lead__image--medium{max-width:300px}@media screen and (max-width: 599.98px){.c-lead__image--medium{max-width:260px}}.c-lead__image--medium-large{max-width:390px}@media screen and (max-width: 599.98px){.c-lead__image--medium-large{max-width:260px}}.c-lead__image--large-small{max-width:400px}@media screen and (max-width: 599.98px){.c-lead__image--large-small{max-width:260px}}.c-lead__image--large{max-width:487px}@media screen and (max-width: 599.98px){.c-lead__image--large{max-width:268px}}.c-lead__image--largest{max-width:730px}@media screen and (max-width: 599.98px){.c-lead__image--largest{max-width:335px}}@media screen and (max-width: 599.98px){.c-lead__image--sp-small{max-width:160px}}.c-lead__image--no-radius{border-radius:0}.c-lead__image--no-radius img{border-radius:0 !important}.c-lead__image--radius-small{border-radius:8px}.c-lead__image--radius-medium{border-radius:10px}@media screen and (max-width: 599.98px){.c-lead__image--radius-sp-small{border-radius:8px}}.c-lead__image--initial{max-width:initial}.c-lead__image picture{display:block}.c-lead__image img{width:100%;height:auto}.c-lead__text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}@media screen and (max-width: 1024px){.c-lead__text{width:100%;text-align:center}}.c-lead__text--large{gap:30px}@media screen and (max-width: 599.98px){.c-lead__text--large{gap:10px}}.c-lead__text--wide{gap:40px}@media screen and (max-width: 599.98px){.c-lead__text--wide{gap:18px}}.c-lead__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;margin:0;position:relative}@media screen and (max-width: 1024px){.c-lead__title{gap:calc(var(--vw)*100/var(--base-width)*5)}}.c-lead__title-normal{font-family:var(--font-family_zen-maru-gothic);font-weight:bold;font-size:2.1rem;line-height:1.7;color:var(--color_brown);letter-spacing:.05em}@media screen and (max-width: 1024px){.c-lead__title-normal{font-size:1.8rem}}@media screen and (max-width: 599.98px){.c-lead__title-normal{font-size:1.6rem}}@media screen and (max-width: 1024px){.c-lead__title-normal--tab-large{font-size:1.9rem}}.c-lead__title-normal-large{font-family:var(--font-family_zen-maru-gothic);font-weight:bold;font-size:2rem;line-height:1.7;color:var(--color_brown);letter-spacing:.05em}.c-lead__title-normal-largest{font-family:var(--font-family_zen-maru-gothic);font-weight:bold;font-size:2.2rem;line-height:1.7;color:var(--color_brown);letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-lead__title-normal-largest{font-size:2rem}}.c-lead__title-medium-small{font-size:2.5rem;line-height:1.4615384615;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-lead__title-medium-small{font-size:2rem}}.c-lead__title-medium{font-size:2.6rem;line-height:1.4615384615;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-lead__title-medium{font-size:2rem}}.c-lead__title-large{font-size:3.2rem;line-height:1.5;font-weight:bold}@media screen and (max-width: 599.98px){.c-lead__title-large{font-size:2.6rem}}.c-lead__title-accent{margin-bottom:20px;font-family:var(--font-family_zen-maru-gothic);font-weight:bold;font-size:2.9rem;line-height:1.7;color:#ea6a57;letter-spacing:.29px;text-decoration:underline;text-underline-offset:-8px;text-decoration-thickness:16px;text-decoration-color:var(--color_white)}@media screen and (max-width: 1024px){.c-lead__title-accent{font-size:2.4rem}}@media screen and (max-width: 599.98px){.c-lead__title-accent{margin-bottom:0;font-size:1.8rem;margin-inline:calc(50% - var(--vw)*50);width:calc(var(--vw)*100)}}.c-lead__title-accent--small{font-size:2.4rem}@media screen and (max-width: 1024px){.c-lead__title-accent--small{font-size:2rem;margin-inline:auto;width:100%}}@media screen and (max-width: 599.98px){.c-lead__description{text-align:left}}.c-lead__description p{font-family:var(--font-family_inter);font-size:1.6rem;line-height:1.8;color:var(--color_brown);letter-spacing:.05em}@media screen and (max-width: 1024px){.c-lead__description p{font-size:1.4rem}}.c-lead__description p strong{font-weight:bold}.c-lead__description--large p{font-size:1.6rem;line-height:1.7;letter-spacing:.05em;font-weight:bold}@media screen and (max-width: 599.98px){.c-lead__description--large p{font-size:1.4rem}}.c-lead__attention{margin-top:5px;display:block;font-size:1.3rem;color:#858585;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-lead__attention{font-size:1rem}}.c-lead__btn{margin-top:30px}@media screen and (max-width: 599.98px){.c-lead__btn{margin-top:10px;font-size:1.6rem}}@media screen and (max-width: 599.98px){.c-lead__btn--sp-mt20{margin-top:20px}}.c-lead__shapes{position:absolute;inset:0;pointer-events:none}.c-lead__shapes>*{position:absolute}.c-lead__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-lead__shape01{width:163px;top:-130px;left:-97px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width: 1024px){.c-lead__shape01{display:none}}.c-lead__shape02{width:227px;top:-216px;right:-86px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.c-lead__shape02{width:calc(var(--vw)*100/var(--base-width)*126);top:calc(var(--vw)*100/var(--base-width)*-72);right:calc(var(--vw)*100/var(--base-width)*-44);-webkit-transform:none;transform:none}}.c-lead__shape03{width:204px;top:0;left:-25px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.c-lead__shape03{width:calc(var(--vw)*100/var(--base-width)*133);top:calc(var(--vw)*100/var(--base-width)*-20);left:calc(var(--vw)*100/var(--base-width)*-26);-webkit-transform:none;transform:none}}.c-lead__shape04{width:167px;top:-19px;left:-86px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.c-lead__shape05{width:204px;top:0;left:-25px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.c-lead__shape05{width:calc(var(--vw)*100/var(--base-width)*133);top:calc(var(--vw)*100/var(--base-width)*-20);left:calc(var(--vw)*100/var(--base-width)*-26);-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}}.c-lead__shape06{width:216px;top:-13px;right:-46px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}.c-lead__shape07{width:215px;top:45px;right:-54px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 599.98px){.c-lead__shape07{width:calc(var(--vw)*100/var(--base-width)*71);top:calc(var(--vw)*100/var(--base-width)*-57);left:calc(var(--vw)*100/var(--base-width)*-37);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.c-lead__shape08{width:231px;top:-47px;right:0;-webkit-transform:translate(100%, 0%);transform:translate(100%, 0%)}.c-lead__shape09{width:266px;top:-23px;right:50px;-webkit-transform:translate(100%, 0%);transform:translate(100%, 0%)}@media screen and (max-width: 1024px){.c-lead__shape10{width:calc(var(--vw)*100/var(--base-width)*103);top:calc(var(--vw)*100/var(--base-width)*-30);right:calc(var(--vw)*100/var(--base-width)*-25);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.c-lead__shape11{width:231px;height:147px;top:-47px;right:0;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.c-lead__shape11{width:calc(var(--vw)*100/var(--base-width)*131);height:calc(var(--vw)*100/var(--base-width)*83);top:calc(var(--vw)*100/var(--base-width)*-49);right:calc(var(--vw)*100/var(--base-width)*-25);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.c-lead__shape11 img{height:100%}@media screen and (max-width: 1024px){.c-lead__shape12{width:calc(var(--vw)*100/var(--base-width)*67);top:calc(var(--vw)*100/var(--base-width)*-54);left:calc(var(--vw)*100/var(--base-width)*-34);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.c-lead__shape13{width:184px;top:125px;left:-34px;-webkit-transform:translate(-100%, 0%);transform:translate(-100%, 0%)}.c-lead__shape14{width:266px;top:11px;right:-38px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}.c-lead__shape15{width:224px;top:-16px;right:-48px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.c-lead__shape15{width:calc(var(--vw)*100/var(--base-width)*123);top:calc(var(--vw)*100/var(--base-width)*-50);right:calc(var(--vw)*100/var(--base-width)*-48);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.c-lead__shape16{width:184px;top:-87px;left:-55px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.c-lead__shape16{width:calc(var(--vw)*100/var(--base-width)*50);top:calc(var(--vw)*100/var(--base-width)*-40);left:calc(var(--vw)*100/var(--base-width)*-25);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.c-lead__shape17{width:266px;top:-51px;right:0;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.c-lead__shape17{width:calc(var(--vw)*100/var(--base-width)*100);top:calc(var(--vw)*100/var(--base-width)*0);right:calc(var(--vw)*100/var(--base-width)*-32);-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}}.c-lead__shape18{width:231px;height:147px;top:-23px;right:0;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}.c-lead__shape18 img{height:100%}.c-medical-consultation{background:#f1f1f1;padding-block:120px;position:relative;z-index:0}@media screen and (max-width: 1024px){.c-medical-consultation{padding-block:60px calc(var(--vw)*100/var(--base-width)*70)}}@media screen and (max-width: 599.98px){.c-medical-consultation{padding-block:30px}}.c-medical-consultation:has(.c-medical-consultation__head){padding-top:156px}@media screen and (max-width: 1024px){.c-medical-consultation:has(.c-medical-consultation__head){padding-top:80px}}@media screen and (max-width: 599.98px){.c-medical-consultation:has(.c-medical-consultation__head){padding-top:46px}}@media screen and (max-width: 599.98px){.c-medical-consultation--bottom-img{padding-bottom:70px}}.c-medical-consultation--bg-secondary{background:var(--color_bg_secondary)}.c-medical-consultation__head{position:absolute;top:0;right:0;left:0;height:202px;z-index:-1}@media screen and (max-width: 1024px){.c-medical-consultation__head{height:100px}}.c-medical-consultation__head picture,.c-medical-consultation__head img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-medical-consultation__inner{max-width:880px}.c-medical-consultation__inner--tiny{max-width:800px}.c-medical-consultation__heading{margin-bottom:40px}@media screen and (max-width: 599.98px){.c-medical-consultation__heading{margin-bottom:20px}}.c-medical-consultation__heading h2{line-height:1.3}.c-medical-consultation__heading .c-h2__main--smallest{font-size:2.3rem}@media screen and (max-width: 599.98px){.c-medical-consultation__heading .c-h2__main--smallest{font-size:1.4rem}}.c-medical-consultation__labels{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:15px min(var(--vw)*100/var(--base-width)*36,36px)}@media screen and (max-width: 599.98px){.c-medical-consultation__labels{gap:5px;grid-template-columns:100%}}.c-medical-consultation__label{padding:14px;background:var(--color_white);display:grid;grid-template-columns:22.5px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;border-radius:5px;font-size:2rem;line-height:1.2;font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-consultation__label{padding:6px 14px;font-size:1.6rem;line-height:1.1875}}.c-medical-consultation__labels--bg-secondary .c-medical-consultation__label{background:#fcf9ef}.c-medical-consultation__label::before{content:"";display:block;width:22.5px;aspect-ratio:22.5/21;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjExLjQxMTEiIHI9IjEwLjUiIGZpbGw9IiNFQTZBNTciLz4gPHBhdGggZD0iTTE5IDUuNDExMTNMMjIuNSAxLjkxMTEzIiBzdHJva2U9IiNFQTZBNTciIHN0cm9rZS13aWR0aD0iMiIvPiA8cGF0aCBkPSJNNSAxMC45NzM2TDguOTYgMTQuOTExMUwxOSA1LjQxMTEzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4gPC9zdmc+) no-repeat center/contain}@media screen and (max-width: 599.98px){.c-medical-consultation__label:nth-of-type(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 599.98px){.c-medical-consultation__label:nth-of-type(2){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}}@media screen and (max-width: 599.98px){.c-medical-consultation__label:nth-of-type(3){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 599.98px){.c-medical-consultation__label:nth-of-type(4){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media screen and (max-width: 599.98px){.c-medical-consultation__label:nth-of-type(5){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media screen and (max-width: 599.98px){.c-medical-consultation__label:nth-of-type(6){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}}@media screen and (max-width: 599.98px){.c-medical-consultation__label:nth-of-type(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media screen and (max-width: 599.98px){.c-medical-consultation__label:nth-of-type(8){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}}.c-medical-consultation__box{margin-top:50px;background:var(--color_white);padding:40px;border-radius:8px}.c-medical-consultation--bg-secondary .c-medical-consultation__box{border:1px solid #c1b09f}@media screen and (max-width: 599.98px){.c-medical-consultation--bg-secondary .c-medical-consultation__box{padding:10px 15px}}@media screen and (max-width: 599.98px){.c-medical-consultation__box{margin-top:20px;padding:10px calc(var(--vw)*100/var(--base-width)*10)}}.c-medical-consultation__title{text-align:center;font-size:3.2rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-consultation__title{font-size:2.4rem}}.c-medical-consultation__title span{font-size:1.7rem}@media screen and (max-width: 599.98px){.c-medical-consultation__title span{font-size:1.4rem}}.c-medical-consultation__text{margin-top:10px;text-align:center;font-size:1.6rem;line-height:1.7;font-weight:500}@media screen and (max-width: 599.98px){.c-medical-consultation__text{font-size:1.4rem;text-align:left;font-weight:400}}.c-medical-consultation__list{margin-top:20px;margin-inline:auto;max-width:710px;display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:20px min(var(--vw)*100/var(--base-width)*40,40px)}@media screen and (max-width: 599.98px){.c-medical-consultation__list{grid-template-columns:100%;gap:10px}}.c-medical-consultation__labels+.c-medical-consultation__list{margin-top:90px}@media screen and (max-width: 1024px){.c-medical-consultation__labels+.c-medical-consultation__list{margin-top:60px}}@media screen and (max-width: 599.98px){.c-medical-consultation__labels+.c-medical-consultation__list{margin-top:20px}}.c-medical-consultation__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;row-gap:15px}@media screen and (max-width: 599.98px){.c-medical-consultation__item{display:grid;grid-template-columns:calc(var(--vw)*100/var(--base-width)*93) 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:calc(var(--vw)*100/var(--base-width)*15)}}.c-medical-consultation__item-img{margin-inline:auto;width:100%;height:128px}@media screen and (max-width: 599.98px){.c-medical-consultation__item-img{width:auto;height:auto}}.c-medical-consultation__item-img picture,.c-medical-consultation__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-medical-consultation__item-body{display:grid;row-gap:5px;justify-items:center}@media screen and (max-width: 599.98px){.c-medical-consultation__item-body{justify-items:start}}.c-medical-consultation__item-heading{font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-consultation__item-heading{font-size:1.4rem;line-height:1.4285714286}}.c-medical-consultation__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-consultation__item-text{font-size:1.4rem}}.c-medical-consultation__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-consultation__shapes>*{position:absolute}.c-medical-consultation__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-consultation__shape01{width:111px;top:0px;right:-14px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.c-medical-consultation__shape01{display:none}}.c-medical-consultation__shape02{width:233px;bottom:-27px;left:-26px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width: 1024px){.c-medical-consultation__shape02{display:none}}.c-medical-example{padding-block:120px;background:var(--color_bg_secondary);position:relative}@media screen and (max-width: 1024px){.c-medical-example{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-example{padding-block:30px}}.c-medical-example--tiny{padding-block:90px}@media screen and (max-width: 599.98px){.c-medical-example--tiny{padding-block:100px 70px}}@media screen and (max-width: 1024px){.c-medical-example:has(.c-medical-example__img){padding-top:calc(var(--vw)*100/var(--base-width)*100)}}.c-medical-example--bg-primary{background:var(--color_bg_primary)}.c-medical-example__img{width:min(var(--vw)*100/var(--base-width)*480,480px);position:absolute;top:-220px;right:0}@media screen and (max-width: 1024px){.c-medical-example__img{width:calc(var(--vw)*100/var(--base-width)*161);top:calc(var(--vw)*100/var(--base-width)*-110)}}.c-medical-example__inner{max-width:776px}.c-medical-example__logo{margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:425px}@media screen and (max-width: 599.98px){.c-medical-example__logo{margin-inline:auto;max-width:297px}}.c-medical-example__text{margin-top:12px;text-align:center;font-size:2rem;font-weight:500;line-height:1.7}@media screen and (max-width: 599.98px){.c-medical-example__text{font-size:1.4rem;font-weight:400}}.c-medical-example__attention{display:block;margin-top:12px;margin-bottom:50px;text-align:center;font-size:1.2rem;line-height:1.5;color:#757575}@media screen and (max-width: 599.98px){.c-medical-example__attention{font-size:1rem;margin-bottom:40px}}.c-medical-example__title{margin-top:46px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 599.98px){.c-medical-example__title{margin-top:10px;max-width:285px}}.c-medical-example__table{margin-top:20px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 599.98px){.c-medical-example__table{margin-top:10px}}.c-medical-example__table{margin-top:20px;margin-inline:auto;width:100%;max-width:776px}@media screen and (max-width: 1024px){.c-medical-example__table{margin-inline:auto}}@media screen and (max-width: 599.98px){.c-medical-example__table{margin-top:10px}}.c-medical-example__table table{border-collapse:collapse;border-spacing:0;border:1px solid #c9c9c9;text-align:center;background:var(--color_white)}.c-medical-example__table table tr>*:not(:first-child){border-left:1px solid #c9c9c9}.c-medical-example__table table tr{border-bottom:1px solid #c9c9c9}.c-medical-example__table table th{background:#f1f1f1}.c-medical-example__table table thead th,.c-medical-example__table table thead td{font-weight:bold;text-align:center;padding-block:13px;padding-inline:20px;line-height:1.2;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-example__table table thead th,.c-medical-example__table table thead td{padding-inline:4px}}.c-medical-example__table table thead th{font-size:1.5rem}@media screen and (max-width: 599.98px){.c-medical-example__table table thead th{min-width:75px}}.c-medical-example__table table thead td{font-size:1.7rem}@media screen and (max-width: 599.98px){.c-medical-example__table table thead td{font-size:1.3rem;background:var(--color_white)}}.c-medical-example__table table thead td span{font-size:1.4rem}@media screen and (max-width: 599.98px){.c-medical-example__table table thead td span{font-size:.9rem}}.c-medical-example__table table tbody tr:last-child{border-bottom:none}.c-medical-example__table table tbody th,.c-medical-example__table table tbody td{font-size:1.4rem;line-height:1.6;padding-block:2px}.c-medical-example__table table .--medium{font-size:1.8rem;line-height:1;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}.c-medical-example__table table .--large{font-size:2.4rem;line-height:1;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-example__table table .--large{font-size:1.6rem}}.c-medical-example__table table .--bg-secondary{background:#fcf2db}@media screen and (max-width: 599.98px){.c-medical-example__table table .--bg-sp-white{background:var(--color_white)}}.c-medical-example__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-example__shapes>*{position:absolute}.c-medical-example__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-example__shape01{width:157px;top:-24px;right:-204px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.c-medical-example__shape01{display:none}}.c-medical-example__shape02{width:178px;bottom:-124px;left:-186px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width: 1024px){.c-medical-example__shape02{display:none}}.c-medical-example__shape03{width:249px;top:-155px;left:-76px;-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0)}@media screen and (max-width: 1024px){.c-medical-example__shape03{width:calc(var(--vw)*100/var(--base-width)*161);top:calc(var(--vw)*100/var(--base-width)*-31);left:calc(var(--vw)*100/var(--base-width)*-62);-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}}.c-medical-example__shape04{display:block}@media screen and (max-width: 1024px){.c-medical-example__shape04{width:calc(var(--vw)*100/var(--base-width)*27);bottom:calc(var(--vw)*100/var(--base-width)*-2);right:calc(var(--vw)*100/var(--base-width)*-10);-webkit-transform:translate(100%, 100%);transform:translate(100%, 100%)}}.c-medical-merit{padding-block:200px 120px;background:#fffbf0;position:relative;z-index:0}@media screen and (max-width: 599.98px){.c-medical-merit{padding-block:100px 30px}}.c-medical-merit--bg-white{background:var(--color_white)}.c-medical-merit--pt-normal{padding-top:120px}@media screen and (max-width: 1024px){.c-medical-merit--pt-normal{padding-top:60px}}@media screen and (max-width: 599.98px){.c-medical-merit--pt-normal{padding-top:30px}}@media screen and (max-width: 1024px){.c-medical-merit:has(.c-medical-merit__img){padding-top:calc(var(--vw)*100/var(--base-width)*200)}}.c-medical-merit__img{width:min(var(--vw)*100/var(--base-width)*526,526px);position:absolute;top:-148px;left:0;z-index:1}@media screen and (max-width: 1024px){.c-medical-merit__img{width:calc(var(--vw)*100/var(--base-width)*351);top:calc(var(--vw)*100/var(--base-width)*-48)}}.c-medical-merit__inner{max-width:907px}.c-medical-merit__heading .c-h2__main--small span{font-size:2.6rem}@media screen and (max-width: 1024px){.c-medical-merit__heading .c-h2__main--small span{font-size:2rem}}@media screen and (max-width: 599.98px){.c-medical-merit__heading .c-h2__main--small span{font-size:1.6rem}}.c-medical-merit__box{padding:40px 20px;background:var(--color_bg_secondary);border-radius:10px}@media screen and (max-width: 599.98px){.c-medical-merit__box{padding:10px calc(var(--vw)*100/var(--base-width)*15)}}.c-medical-merit__box-title{margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:2.8rem;border-bottom:2px solid var(--color_accent);font-weight:bold;text-align:center;color:var(--color_accent);font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-merit__box-title{font-size:2rem}}.c-medical-merit__labels{margin-top:40px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}@media screen and (max-width: 1024px){.c-medical-merit__labels{grid-template-columns:100%;row-gap:10px}}@media screen and (max-width: 599.98px){.c-medical-merit__labels{margin-top:20px}}.c-medical-merit__label{font-size:1.9rem;font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}@media screen and (max-width: 599.98px){.c-medical-merit__label{font-size:1.6rem;line-height:1.1875}}.c-medical-merit__label::before{content:"";display:block;margin-left:2px;width:1em;height:1lh;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTAgNi41NzU4MkwxLjkwMjcgNC42NjYzN0w1LjAyNjYzIDcuNzM2MzNMMTEuOTU2IDAuODMzOTg0TDEzLjg3MjIgMi43NDM0M0w1LjAyNjYzIDExLjU0MTdMMCA2LjU3NTgyWiIgZmlsbD0iI0VBNkE1NyIvPiA8L3N2Zz4=) no-repeat center left/13.87px 10.71px}@media screen and (max-width: 599.98px){.c-medical-merit__label:nth-of-type(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 599.98px){.c-medical-merit__label:nth-of-type(2){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}}@media screen and (max-width: 599.98px){.c-medical-merit__label:nth-of-type(3){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 599.98px){.c-medical-merit__label:nth-of-type(4){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media screen and (max-width: 599.98px){.c-medical-merit__label:nth-of-type(5){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media screen and (max-width: 599.98px){.c-medical-merit__label:nth-of-type(6){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}}@media screen and (max-width: 599.98px){.c-medical-merit__label:nth-of-type(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media screen and (max-width: 599.98px){.c-medical-merit__label:nth-of-type(8){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}}.c-medical-merit__label span span{font-size:1.2rem}@media screen and (max-width: 599.98px){.c-medical-merit__label span span{font-size:1rem}}.c-medical-merit__box-attention{margin-top:40px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:grid;font-size:1.3rem;line-height:1.3;letter-spacing:.05em;color:#7a828c}@media screen and (max-width: 1024px){.c-medical-merit__box-attention{margin-top:20px}}@media screen and (max-width: 599.98px){.c-medical-merit__box-attention{margin-top:10px;font-size:1rem}}.c-medical-merit__list{margin-top:60px;display:grid;row-gap:60px}@media screen and (max-width: 1024px){.c-medical-merit__list{margin-top:40px;row-gap:40px}}@media screen and (max-width: 599.98px){.c-medical-merit__list{margin-top:20px;row-gap:20px}}.c-medical-merit__item{display:grid;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1024px){.c-medical-merit__item{row-gap:10px;justify-items:center}}.c-medical-merit__item:nth-of-type(even){grid-template-areas:"text img"}@media screen and (max-width: 1024px){.c-medical-merit__item:nth-of-type(even){grid-template-areas:"img" "text"}}.c-medical-merit__item:nth-of-type(odd){grid-template-areas:"img text"}@media screen and (max-width: 1024px){.c-medical-merit__item:nth-of-type(odd){grid-template-areas:"img" "text"}}.c-medical-merit__item-img{grid-area:img;width:min(var(--vw)*100/var(--base-width)*282,282px);border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.c-medical-merit__item-img{width:160px}}.c-medical-merit__item-body{grid-area:text;display:grid;row-gap:20px}@media screen and (max-width: 599.98px){.c-medical-merit__item-body{row-gap:10px}}.c-medical-merit__item-heading{font-size:3.2rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-merit__item-heading{font-size:2.2rem;text-align:center}}.c-medical-merit__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-merit__item-text{font-size:1.4rem}}.c-medical-merit__checks{margin-top:30px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:grid;row-gap:21px}@media screen and (max-width: 599.98px){.c-medical-merit__checks{margin-top:20px}}.c-medical-merit__checks--box{padding:40px;display:-webkit-box;display:-ms-flexbox;display:flex;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.c-medical-merit__checks--box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px 8px}}@media screen and (max-width: 599.98px){.c-medical-merit__checks--box{padding:15px calc(var(--vw)*100/var(--base-width)*15)}}.c-medical-merit__check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:9px;-moz-column-gap:9px;column-gap:9px;font-size:2.2rem;font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-merit__check{font-size:1.8rem;line-height:1.2222222222}}@media screen and (max-width: 599.98px){.c-medical-merit__checks--box .c-medical-merit__check{font-size:1.4rem;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px}}.c-medical-merit__check::before{content:"";display:block;width:27px;aspect-ratio:27/25;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyOCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGVsbGlwc2UgY3g9IjEyLjg1IiBjeT0iMTMuMzE0NSIgcng9IjEyLjYiIHJ5PSIxMi41IiBmaWxsPSIjNUVCNUQyIi8+IDxwYXRoIGQ9Ik0yMy4wNTA4IDYuMTcxNTVMMjcuMjUwOCAyLjAwNDg4IiBzdHJva2U9IiM1RUI1RDIiIHN0cm9rZS13aWR0aD0iMiIvPiA8cGF0aCBkPSJNNi4yNSAxMi43OTM3TDExLjAwMiAxNy40ODEyTDIzLjA1IDYuMTcxNjMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPiA8L3N2Zz4=) no-repeat center/contain;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width: 599.98px){.c-medical-merit__checks--box .c-medical-merit__check::before{width:17px;aspect-ratio:17/16}}.c-medical-merit__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-merit__shapes>*{position:absolute}.c-medical-merit__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-merit__shape01{width:304px;top:-65px;right:-26.5px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.c-medical-merit__shape01{width:calc(var(--vw)*100/var(--base-width)*68);top:calc(var(--vw)*100/var(--base-width)*-4);right:calc(var(--vw)*100/var(--base-width)*-36);-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}}.c-medical-merit__shape02{width:68px;top:-86px;right:-162px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.c-medical-merit__shape02{width:calc(var(--vw)*100/var(--base-width)*42);top:calc(var(--vw)*100/var(--base-width)*-10);right:initial;left:calc(var(--vw)*100/var(--base-width)*-11);-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}}.c-medical-merit__shape03{display:none}@media screen and (max-width: 1024px){.c-medical-merit__shape03{display:block;width:calc(var(--vw)*100/var(--base-width)*134);top:calc(var(--vw)*100/var(--base-width)*-76);right:calc(var(--vw)*100/var(--base-width)*-57);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.c-medical-strength{padding-block:221px 140px;background:#f7f7f7;position:relative;z-index:0}@media screen and (max-width: 599.98px){.c-medical-strength{padding-block:100px 95px;background:var(--color_white)}}.c-medical-strength__head{position:absolute;top:0;left:0;right:0;height:812px;z-index:-1}@media screen and (max-width: 599.98px){.c-medical-strength__head{height:197px}}.c-medical-strength__head picture,.c-medical-strength__head img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-medical-strength__inner{max-width:1080px}.c-medical-strength__box{background:var(--color_white);border-radius:10px;padding:50px}@media screen and (max-width: 599.98px){.c-medical-strength__box{padding:0}}.c-medical-strength__header{padding:30px;border-radius:10px;border:2px solid #c9c9c9;display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*367,367px) 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;position:relative}@media screen and (max-width: 1024px){.c-medical-strength__header{grid-template-columns:100%;justify-items:center;row-gap:20px}}@media screen and (max-width: 599.98px){.c-medical-strength__header{row-gap:10px;padding:15px;border-radius:10px}}.c-medical-strength__header::after{content:"";display:block;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%);width:242.5px;aspect-ratio:242.5/33;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQ0IiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQ0IDM0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNMTE4LjUgMzMuMTA1NUwwLjc1NTA3OCAwLjAwMDQ0MDgxNkwyNDMuMjQyIDAuMDAwNDE5NjE3TDExOC41IDMzLjEwNTVaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg==) no-repeat center/contain}@media screen and (max-width: 599.98px){.c-medical-strength__header::after{width:157px}}.c-medical-strength__header-body{display:grid;row-gap:10px}.c-medical-strength__header-title{font-size:2.6rem;font-weight:bold;line-height:1.5;letter-spacing:.01em;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-strength__header-title{font-size:1.8rem}}.c-medical-strength__header-text{letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-strength__header-text{font-size:1.4rem}}.c-medical-strength__heading{margin-top:93px;position:relative}@media screen and (max-width: 599.98px){.c-medical-strength__heading{margin-top:48px}}@media screen and (max-width: 599.98px){.c-medical-strength__heading .c-h2__main--smaller{font-size:1.6rem}}.c-medical-strength__list{margin-top:40px;display:grid;row-gap:60px}@media screen and (max-width: 599.98px){.c-medical-strength__list{margin-top:20px;row-gap:20px}}.c-medical-strength__item{position:relative}.c-medical-strength__item-row{display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*375,375px) 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media screen and (max-width: 1024px){.c-medical-strength__item-row{grid-template-columns:100%;row-gap:20px;justify-items:center}}@media screen and (max-width: 599.98px){.c-medical-strength__item-row{row-gap:10px}}.c-medical-strength__item-img{border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.c-medical-strength__item-img{border-radius:20px}}.c-medical-strength__item-number{font-size:2.6rem;line-height:1.5;letter-spacing:.01em;border-bottom:1px solid var(--color_txt);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:var(--font-family_zen-maru-gothic);font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-strength__item-number{font-size:2.3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-inline:auto}}.c-medical-strength__item-heading{margin-top:10px;font-size:2.6rem;line-height:1.5;letter-spacing:.01em;font-family:var(--font-family_zen-maru-gothic);font-weight:bold;color:var(--color_accent)}@media screen and (max-width: 599.98px){.c-medical-strength__item-heading{font-size:1.8rem}}.c-medical-strength__item-heading span{font-size:1.2rem}.c-medical-strength__item-text{margin-top:10px}@media screen and (max-width: 599.98px){.c-medical-strength__item-text{font-size:1.4rem}}.c-medical-strength__item-box{margin-top:60px;padding:40px 50px;border-radius:8px}@media screen and (max-width: 1024px){.c-medical-strength__item-box{margin-top:40px;padding:20px 30px}}@media screen and (max-width: 599.98px){.c-medical-strength__item-box{margin-top:20px;padding:15px}}.c-medical-strength__item-box--bg-secondary{background:var(--color_bg_secondary);border:1px solid #f0e8ca}.c-medical-strength__item-box--bg-tertiary{background:var(--color_bg_tertiary);border-radius:10px}.c-medical-strength__item-box-title{margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:2.2rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-strength__item-box-title{width:100%;font-size:1.8rem;text-align:center}}.c-medical-strength__item-box-title--underline{border-bottom:2px solid var(--color_accent)}.c-medical-strength__item-box-title--large{font-size:2.8rem}@media screen and (max-width: 599.98px){.c-medical-strength__item-box-title--large{font-size:2rem}}.c-medical-strength__item-box-row{display:grid;grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 1024px){.c-medical-strength__item-box-row{grid-template-columns:100%;justify-items:center;row-gap:20px}}@media screen and (max-width: 599.98px){.c-medical-strength__item-box-row{row-gap:10px}}.c-medical-strength__item-box-row--img{margin-top:25px;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media screen and (max-width: 599.98px){.c-medical-strength__item-box-row--img{margin-top:10px}}.c-medical-strength__item-box-row--list{margin-top:38px;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media screen and (max-width: 599.98px){.c-medical-strength__item-box-row--list{margin-top:10px;row-gap:20px}}.c-medical-strength__item-box-body{display:grid;row-gap:15px}@media screen and (max-width: 1024px){.c-medical-strength__item-box-item{width:100%}}.c-medical-strength__item-box-heading{font-size:1.7rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.c-medical-strength__item-box-heading{text-align:center}}.c-medical-strength__item-box-heading span{font-size:1.3rem}.c-medical-strength__item-box-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-strength__item-box-text{font-size:1.4rem}}.c-medical-strength__item-box-check{display:grid;grid-template-columns:22.5px 1fr;-webkit-column-gap:9px;-moz-column-gap:9px;column-gap:9px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.9rem;font-weight:bold;line-height:1.5;color:var(--color_tertiary);margin-bottom:9px;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-strength__item-box-check{font-size:1.7rem}}.c-medical-strength__item-box-check::before{content:"";display:block;width:22.5px;height:21px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwLjYwNTUiIHI9IjEwLjUiIGZpbGw9IiMzNEExQzUiLz4gPHBhdGggZD0iTTE5IDQuNjA1NDdMMjIuNSAxLjEwNTQ3IiBzdHJva2U9IiMzNEExQzUiIHN0cm9rZS13aWR0aD0iMiIvPiA8cGF0aCBkPSJNNSAxMC4xNjhMOC45NiAxNC4xMDU1TDE5IDQuNjA1NDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPiA8L3N2Zz4=) no-repeat center/contain}.c-medical-strength__item-box-icons{margin-top:20px;margin-inline:auto}@media screen and (max-width: 1024px){.c-medical-strength__item-box-icons{max-width:255px}}@media screen and (max-width: 599.98px){.c-medical-strength__item-box-icons{margin-top:10px}}.c-medical-strength__item-box-icons picture{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.c-medical-strength__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-strength__shapes>*{position:absolute}.c-medical-strength__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-strength__shape01{width:207px;top:-170px;left:-20px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.c-medical-strength__shape01{display:none}}.c-medical-strength__shape02{width:65px;top:889px;left:-113px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width: 1024px){.c-medical-strength__shape02{width:calc(var(--vw)*100/var(--base-width)*126);top:calc(var(--vw)*100/var(--base-width)*-72);right:calc(var(--vw)*100/var(--base-width)*-44);-webkit-transform:none;transform:none}}.c-medical-strength__shape03{width:217px;top:919px;right:-20px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 599.98px){.c-medical-strength__shape03{width:calc(var(--vw)*100/var(--base-width)*133);top:calc(var(--vw)*100/var(--base-width)*-20);left:calc(var(--vw)*100/var(--base-width)*-26);-webkit-transform:none;transform:none;display:none}}.c-medical-strength__shape04{width:94px;top:-30px;right:-44px}@media screen and (max-width: 1024px){.c-medical-strength__shape04{display:none}}.c-medical-strength__shape05{display:none}@media screen and (max-width: 1024px){.c-medical-strength__shape05{display:block;width:calc(var(--vw)*100/var(--base-width)*64);top:calc(var(--vw)*100/var(--base-width)*-40);left:calc(var(--vw)*100/var(--base-width)*-34);-webkit-transform:tray;transform:tray}}.c-medical-strength__shape06{display:none}@media screen and (max-width: 1024px){.c-medical-strength__shape06{display:block;width:calc(var(--vw)*100/var(--base-width)*93);top:calc(var(--vw)*100/var(--base-width)*-97);right:calc(var(--vw)*100/var(--base-width)*-42);-webkit-transform:none;transform:none}}.c-medical-strength__shape07{display:none}@media screen and (max-width: 1024px){.c-medical-strength__shape07{display:block;width:calc(var(--vw)*100/var(--base-width)*44);bottom:calc(var(--vw)*100/var(--base-width)*-13);left:calc(var(--vw)*100/var(--base-width)*-29)}}.c-medical-case{padding-block:120px 120px;background:#fcf9ef}@media screen and (max-width: 1024px){.c-medical-case{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-case{padding-block:30px}}.c-medical-case__heading--small{font-size:3.6rem}@media screen and (max-width: 599.98px){.c-medical-case__heading--small{font-size:2rem}}.c-medical-case__wrapper{overflow:hidden}@media screen and (max-width: 1024px){.c-medical-case__wrapper{width:calc(var(--vw)*100);margin-inline:calc(50% - var(--vw)*50)}}.c-medical-case__slider{position:relative;overflow:visible}@media screen and (max-width: 1024px){.c-medical-case__slider{width:calc(.8533333333*var(--vw)*100);margin-inline:auto}}.c-medical-case__pagination{display:none}@media screen and (max-width: 1024px){.c-medical-case__pagination{display:-webkit-box;display:-ms-flexbox;display:flex}}.c-medical-case__list{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fill, minmax(360px, 1fr));gap:40px}@media screen and (max-width: 1024px){.c-medical-case__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}}.c-medical-case__item{background:#f5f0e3;border-radius:8px;padding:30px;position:relative}@media screen and (max-width: 599.98px){.c-medical-case__item{padding:10px 10px 6px;height:100% !important}}.c-medical-case__number{position:absolute;top:-10px;left:-4px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iODkiIHZpZXdCb3g9IjAgMCA4NCA4OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTAuMDAwMjU5MDUyIDAuNzA0MTAySDgzLjA2NjlMODMuMDY2NyA4OC43MDQxTDQxLjUzMzMgNzkuNzU2M0wwIDg4LjcwNDFMMC4wMDAyNTkwNTIgMC43MDQxMDJaIiBmaWxsPSIjRjJDODQ5Ii8+IDwvc3ZnPg==) no-repeat center bottom/contain;width:83px;aspect-ratio:83/88;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:grid;place-items:center;z-index:1}@media screen and (max-width: 599.98px){.c-medical-case__number{left:10px;width:62.5px}}.c-medical-case__number>span{font-size:2.4rem;font-weight:bold;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-case__number>span{font-size:1.4rem}}.c-medical-case__number>span span{font-size:1.8rem;line-height:1;margin-right:2px}@media screen and (max-width: 599.98px){.c-medical-case__number>span span{font-size:1.4rem}}.c-medical-case__number::after{content:"";display:block;width:6px;height:10px;position:absolute;top:0;right:2px;-webkit-transform:translateX(100%);transform:translateX(100%);background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDYgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik01Ljk5OTc0IDExLjIxMTZMMC4wNjY0MDUzIDExLjIxMTZMMC4wNjY0MDYyIDAuNzA0MTAyTDUuOTk5NzQgMTEuMjExNloiIGZpbGw9IiNCMzk0MzYiLz4gPC9zdmc+) no-repeat center/contain}.c-medical-case__title{font-family:var(--font-family_zen-maru-gothic);font-weight:bold;font-size:2.4rem;color:var(--color_accent);text-align:center;margin-bottom:20px}@media screen and (max-width: 599.98px){.c-medical-case__title{padding-left:64px;margin-bottom:10px;font-size:2rem}}.c-medical-case__title--small{font-size:2.1rem}@media screen and (max-width: 599.98px){.c-medical-case__title--small{font-size:1.8rem}}.c-medical-case__imgs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:20px;max-width:450px;margin-left:auto;margin-right:auto}@media screen and (max-width: 599.98px){.c-medical-case__imgs{margin-bottom:10px;max-width:100%}}.c-medical-case__img-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width: 599.98px){.c-medical-case__img-group{gap:5px}}.c-medical-case__img-group picture{max-width:200px;height:130px;border-radius:4px;position:relative;overflow:hidden;display:block}@media screen and (max-width: 599.98px){.c-medical-case__img-group picture{height:86px}}.c-medical-case__img-group picture::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);pointer-events:none;z-index:1}.c-medical-case__img-group picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:10px}.c-medical-case__img-label{display:block;font-weight:bold;font-size:1.4rem;color:var(--color_brown)}@media screen and (max-width: 599.98px){.c-medical-case__img-label{font-size:1.2rem}}.c-medical-case__arrow{width:25px;height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEyLjUgMjMuMDk5OEwyMS44NzUgMTMuMjAzOUwxMi41IDMuMzA4MTFWOS41NTgxMUgzLjEyNVYxNi44NDk4SDEyLjVWMjMuMDk5OFoiIGZpbGw9IiM0ODM3MzciIHN0cm9rZT0iIzQ4MzczNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4gPC9zdmc+) no-repeat center/contain}.c-medical-case__details{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr}@media screen and (max-width: 599.98px){.c-medical-case__details{grid-template-columns:28.3333333333% 1fr}}.c-medical-case__detail-row{display:grid;grid-template-columns:subgrid;grid-column:span 2;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-medical-case__detail-row:nth-of-type(odd){background:var(--color_white)}.c-medical-case__detail-label{padding:6px 10px;font-weight:bold;font-size:1.4rem;color:var(--color_brown);line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-case__detail-label{padding-block:4px;font-size:1.2rem}}.c-medical-case__detail-value{padding:6px 20px;font-size:1.4rem;color:var(--color_brown);line-height:1.4;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-case__detail-value{padding-block:4px;font-size:1.2rem}}.c-medical-case__btn{margin-top:40px}@media screen and (max-width: 599.98px){.c-medical-case__btn{margin-top:20px}}.c-medical-case__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-case__shapes>*{position:absolute}.c-medical-case__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-case__shape01{width:224px;top:-48px;right:-6px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.c-medical-case__shape01{display:none}}.c-medical-case__shape02{width:90px;top:-73px;left:-66px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.c-medical-case__shape03{width:221px;top:-178px;right:-20px;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}@media screen and (max-width: 1024px){.c-medical-case__shape03{width:calc(var(--vw)*100/var(--base-width)*89);top:calc(var(--vw)*100/var(--base-width)*0);left:calc(var(--vw)*100/var(--base-width)*-46);-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}}.c-medical-step{padding-block:120px;background:var(--color_bg_secondary);position:relative}@media screen and (max-width: 1024px){.c-medical-step{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-step{padding-block:40px}}.c-medical-step--bg-tertiary{background:var(--color_bg_tertiary)}.c-medical-step__img{width:407px;position:absolute;top:-304px;left:-27px}@media screen and (max-width: 1024px){.c-medical-step__img{display:none}}.c-medical-step__inner{max-width:1100px}.c-medical-step__inner:has(.c-medical-step__list--column){max-width:980px}.c-medical-step__list{margin-top:60px;display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:80px 33px;justify-items:center}@media screen and (max-width: 599.98px){.c-medical-step__list{margin-top:40px;grid-template-columns:100%;gap:30px}}.c-medical-step__list--column{margin-top:20px;grid-template-columns:100%;justify-items:start;row-gap:22px}.c-medical-step__item{position:relative;overflow:hidden;display:grid;grid-template-rows:subgrid;grid-row:span 2;row-gap:10px;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.c-medical-step__list--column .c-medical-step__item{grid-template-columns:210px 1fr;grid-template-rows:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media screen and (max-width: 599.98px){.c-medical-step__list--column .c-medical-step__item{grid-template-columns:100%;gap:10px}}.c-medical-step__item-number{padding-right:28px;padding-bottom:16px;background:var(--color_bg_secondary);border-radius:50%;width:107px;aspect-ratio:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;top:-33px;left:-44px}.c-medical-step--bg-tertiary .c-medical-step__item-number{background:var(--color_bg_tertiary)}.c-medical-step__item-number>span{font-size:4rem;line-height:1.2;font-weight:bold;color:var(--color_tertiary);text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--font-family_zen-maru-gothic)}.c-medical-step__item-number>span span{display:block;font-size:1.6rem;line-height:.5}@media screen and (max-width: 599.98px){.c-medical-step__item-number--static{padding-bottom:0;position:static;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.c-medical-step__item-number--static>span{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:3.4rem;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px}.c-medical-step__item-number--static>span span{font-size:1rem}.c-medical-step__item-img{display:block;border-radius:10px;overflow:hidden;position:relative}@media screen and (max-width: 599.98px){.c-medical-step__item-img{margin-inline:auto}}@media screen and (max-width: 599.98px){.c-medical-step__item-img--sp-small{width:175px}}.c-medical-step__item-img--no-radius{border-radius:0 !important}.c-medical-step__item-img picture,.c-medical-step__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-medical-step__item-content{display:grid;-ms-flex-line-pack:start;align-content:start;row-gap:4px}.c-medical-step__list--column .c-medical-step__item-content{justify-items:start}.c-medical-step__item-title{font-size:2.2rem;line-height:1.8181818182;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);text-align:center}@media screen and (max-width: 599.98px){.c-medical-step__item-title{font-size:2rem;line-height:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}@media screen and (max-width: 599.98px){.c-medical-step__item-title:has(.c-medical-step__item-number--static){width:100%;justify-items:center}}@media screen and (max-width: 599.98px){.c-medical-step__item-title--sp-large{font-size:2.2rem;line-height:1.1818181818}}.c-medical-step__item-title span:last-of-type>span{font-size:2rem}@media screen and (max-width: 599.98px){.c-medical-step__item-title span:last-of-type>span{display:inline-block;font-size:1.6rem}}.c-medical-step__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-step__item-text{font-size:1.4rem}}.c-medical-step__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-step__shapes>*{position:absolute}.c-medical-step__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-step__shape01{width:173px;top:-8px;left:-47px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.c-medical-step__shape01{left:initial;width:calc(var(--vw)*100/var(--base-width)*110);top:calc(var(--vw)*100/var(--base-width)*-92);right:calc(var(--vw)*100/var(--base-width)*-48);-webkit-transform:none;transform:none}}.c-medical-step__shape02{width:173px;top:-101px;right:-10px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.c-medical-step__shape02{display:none}}.c-medical-step__shape03{width:136px;top:-162px;right:-71px;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}.c-medical-treatment{padding-block:180px 120px;background:var(--color_bg_secondary);position:relative}@media screen and (max-width: 599.98px){.c-medical-treatment{padding-block:40px}}.c-medical-treatment__img{width:min(var(--vw)*100/var(--base-width)*433,433px);position:absolute;top:-161px;right:0}@media screen and (max-width: 1024px){.c-medical-treatment__img{display:none}}.c-medical-treatment__inner{max-width:980px}@media screen and (max-width: 599.98px){.c-medical-treatment__heading .c-h2__main--smaller{font-size:2rem}}.c-medical-treatment__text{margin-top:30px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-treatment__text{margin-top:20px;font-size:1.4rem}}.c-medical-treatment__list{margin-top:70px;display:grid;row-gap:50px}@media screen and (max-width: 599.98px){.c-medical-treatment__list{margin-top:50px;row-gap:40px}}.c-medical-treatment__item{padding:40px;border-radius:10px;background:hsla(0,0%,100%,.6);position:relative}@media screen and (max-width: 599.98px){.c-medical-treatment__item{padding-inline:15px;padding-bottom:10px}}.c-medical-treatment__item-heading{padding:10px 20px;width:-webkit-max-content;width:-moz-max-content;width:max-content;background:var(--color_tertiary);color:var(--color_white);font-family:var(--font-family_zen-maru-gothic);font-size:2.2rem;line-height:1;font-weight:bold;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:10px}@media screen and (max-width: 599.98px){.c-medical-treatment__item-heading{padding:7px 20px 10px;font-size:1.8rem}}.c-medical-treatment__item-row{display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*210,210px) 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media screen and (max-width: 599.98px){.c-medical-treatment__item-row{grid-template-columns:100%;justify-items:center;row-gap:20px}}.c-medical-treatment__item-img{border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.c-medical-treatment__item-img{width:160px}}.c-medical-treatment__item-body{display:grid;row-gap:10px}.c-medical-treatment__item-title{font-size:1.6rem;font-weight:bold}.c-medical-treatment__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-treatment__item-text{font-size:1.4rem}}.c-medical-treatment__box{margin-top:30px;padding:40px;border-radius:10px;border:2px solid var(--color_tertiary)}@media screen and (max-width: 599.98px){.c-medical-treatment__box{margin-top:20px;padding:10px;border-radius:8px}}.c-medical-treatment__box-list{display:grid;row-gap:60px}@media screen and (max-width: 599.98px){.c-medical-treatment__box-list{row-gap:30px}}.c-medical-treatment__box-item{display:grid;grid-template-columns:170px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media screen and (max-width: 599.98px){.c-medical-treatment__box-item{grid-template-columns:100%;row-gap:20px}}.c-medical-treatment__box-img{aspect-ratio:1;border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.c-medical-treatment__box-img{margin-inline:auto;max-width:160px}}.c-medical-treatment__box-img picture,.c-medical-treatment__box-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.c-medical-treatment__box-body{display:grid;row-gap:10px}.c-medical-treatment__box-title{font-size:2.2rem;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-treatment__box-title{text-align:center;white-space:nowrap}}.c-medical-treatment__box-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-treatment__box-text{font-size:1.4rem}}.c-medical-treatment__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-treatment__shapes>*{position:absolute}.c-medical-treatment__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-treatment__shape01{width:237px;top:-287px;left:-25px;-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0)}@media screen and (max-width: 1024px){.c-medical-treatment__shape01{width:calc(var(--vw)*100/var(--base-width)*27);top:calc(var(--vw)*100/var(--base-width)*0);left:calc(var(--vw)*100/var(--base-width)*0);-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.c-medical-treatment__shape02{display:none}@media screen and (max-width: 1024px){.c-medical-treatment__shape02{display:block;width:calc(var(--vw)*100/var(--base-width)*100);top:calc(var(--vw)*100/var(--base-width)*-8);right:calc(var(--vw)*100/var(--base-width)*-20);-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.c-medical-propose{padding-block:120px}@media screen and (max-width: 599.98px){.c-medical-propose{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-propose{padding-block:30px}}.c-medical-propose--bg-tertiary{background:var(--color_bg_tertiary)}.c-medical-propose__inner{max-width:1140px}.c-medical-propose__inner--tiny{max-width:980px}.c-medical-propose__list{margin-top:40px;display:grid;row-gap:50px}@media screen and (max-width: 599.98px){.c-medical-propose__list{margin-top:20px;row-gap:20px}}.c-medical-propose__item{display:grid;grid-template-columns:210px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media screen and (max-width: 599.98px){.c-medical-propose__item{grid-template-columns:100%;row-gap:20px}}.c-medical-propose__item--img-small{grid-template-columns:200px 1fr}@media screen and (max-width: 599.98px){.c-medical-propose__item--img-small{grid-template-columns:100%}}.c-medical-propose__item--wide{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media screen and (max-width: 599.98px){.c-medical-propose__item-img{max-width:160px;margin-inline:auto}}.c-medical-propose__item-img--radius{border-radius:8px;overflow:hidden}.c-medical-propose__item-img--radius--large{border-radius:10px}.c-medical-propose__item-img picture,.c-medical-propose__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-medical-propose__item-body{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:10px}.c-medical-propose__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}@media screen and (max-width: 599.98px){.c-medical-propose__item-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.c-medical-propose__item-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color_tertiary);-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;font-family:var(--font-family_zen-maru-gothic);font-size:1.6rem;font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-propose__item-number{font-size:1.8rem}}.c-medical-propose__item-number span{font-family:var(--font-family_inter);font-size:4rem;line-height:1}@media screen and (max-width: 599.98px){.c-medical-propose__item-number span{font-size:3rem}}.c-medical-propose__item-number--small span{font-size:3rem}.c-medical-propose__item-title{font-family:var(--font-family_zen-maru-gothic);font-size:2.8rem;font-weight:bold;line-height:1.5}@media screen and (max-width: 599.98px){.c-medical-propose__item-title{font-size:2.2rem}}.c-medical-propose__item-title--small{font-size:2.6rem}@media screen and (max-width: 599.98px){.c-medical-propose__item-title--small{font-size:2rem}}.c-medical-propose__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-propose__item-text{font-size:1.4rem}}.c-medical-propose__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-propose__shapes>*{position:absolute}.c-medical-propose__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-propose__shape01{width:213px;top:-84px;left:-33px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.c-medical-propose__shape02{width:62px;top:-48px;right:-154px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}.c-medical-price{padding-block:120px;position:relative}@media screen and (max-width: 1024px){.c-medical-price{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-price{padding-block:40px}}.c-medical-price__img{width:min(var(--vw)*100/var(--base-width)*418,418px);position:absolute;top:-124px;left:0}@media screen and (max-width: 1024px){.c-medical-price__img{display:none}}.c-medical-price__inner{max-width:880px}.c-medical-price__inner--wide{max-width:980px}@media screen and (max-width: 599.98px){.c-medical-price__heading span{font-size:2rem}}.c-medical-price__table-wrap{margin-top:60px}@media screen and (max-width: 599.98px){.c-medical-price__table-wrap{margin-top:20px}}.c-medical-price__note{margin-top:50px;padding-block:20px;padding-inline:min(var(--vw)*100/var(--base-width)*40,40px);background:#f2de80;border-radius:8px;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 599.98px){.c-medical-price__note{margin-top:25px;padding:10px calc(var(--vw)*100/var(--base-width)*10);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}.c-medical-price__note-title{padding-right:min(var(--vw)*100/var(--base-width)*30,30px);font-size:1.8rem;line-height:1.6;letter-spacing:.09em;font-family:var(--font-family_zen-maru-gothic);font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-price__note-title{padding-right:0;text-align:center}}@media screen and (max-width: 599.98px){.c-medical-price__note-title{font-size:1.7rem}}.c-medical-price__note-labels{padding-left:20px;display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));-webkit-column-gap:min(var(--vw)*100/var(--base-width)*20,20px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*20,20px);column-gap:min(var(--vw)*100/var(--base-width)*20,20px);border-left:1px dashed var(--color_brown)}@media screen and (max-width: 599.98px){.c-medical-price__note-labels{padding-left:0;width:100%;display:grid;grid-template-columns:repeat(2, -webkit-max-content);grid-template-columns:repeat(2, max-content);grid-template-rows:repeat(3, -webkit-max-content);grid-template-rows:repeat(3, max-content);grid-auto-flow:column;border:none}}.c-medical-price__note-label{display:grid;grid-template-columns:22.5px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;font-weight:bold;letter-spacing:.09em}.c-medical-price__note-label::before{content:"";display:block;width:22.5px;aspect-ratio:22.5/21;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwLjg0NTciIHI9IjEwLjUiIGZpbGw9IndoaXRlIi8+IDxwYXRoIGQ9Ik0xOSA0Ljg0NTdMMjIuNSAxLjM0NTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPiA8cGF0aCBkPSJNNSAxMC40MDgyTDguOTYgMTQuMzQ1N0wxOSA0Ljg0NTciIHN0cm9rZT0iIzVFQjVEMiIgc3Ryb2tlLXdpZHRoPSIyIi8+IDwvc3ZnPg==) no-repeat center/contain}@media screen and (max-width: 599.98px){.c-medical-price__note-label:nth-of-type(3){grid-column:1/-1;grid-row:3/4}}.c-medical-price__note-text{margin-top:12px;line-height:1.8;text-align:center;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-price__note-text{font-size:1.2rem;line-height:1.6;text-align:left}}@media screen and (max-width: 599.98px){.c-medical-price__box-wrap{margin-inline:calc(50% - var(--vw)*50);width:calc(var(--vw)*100);padding-inline:calc(var(--vw)*100/var(--base-width)*20);padding-block:20px 30px;background:var(--color_bg_gray1)}}.c-medical-price__box{margin-top:60px;padding:50px;border-radius:10px;border:1px solid var(--color_accent);display:grid;grid-template-columns:1fr min(var(--vw)*100/var(--base-width)*305,305px);-webkit-column-gap:min(var(--vw)*100/var(--base-width)*40,40px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*40,40px);column-gap:min(var(--vw)*100/var(--base-width)*40,40px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color_white)}@media screen and (max-width: 1024px){.c-medical-price__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:20px}}@media screen and (max-width: 599.98px){.c-medical-price__box{margin-top:20px;padding:20px calc(var(--vw)*100/var(--base-width)*20);row-gap:8px}}@media screen and (max-width: 1024px){.c-medical-price__box-body{display:contents}}.c-medical-price__box-title{font-size:2.4rem;line-height:1.5;font-weight:bold}@media screen and (max-width: 1024px){.c-medical-price__box-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center}}@media screen and (max-width: 599.98px){.c-medical-price__box-title{font-size:1.8rem}}.c-medical-price__box-text{margin-top:8px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 1024px){.c-medical-price__box-text{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media screen and (max-width: 599.98px){.c-medical-price__box-text{font-size:1.4rem}}.c-medical-price__box-cation{display:block;margin-top:5px;font-size:1.2rem;line-height:1.5;letter-spacing:.05em;color:#858585}@media screen and (max-width: 1024px){.c-medical-price__box-cation{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media screen and (max-width: 599.98px){.c-medical-price__box-cation{font-size:1rem}}.c-medical-price__box-img{border-radius:20px;overflow:hidden}@media screen and (max-width: 1024px){.c-medical-price__box-img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;height:266px}}@media screen and (max-width: 599.98px){.c-medical-price__box-img{margin-top:8px;height:133px;border-radius:10px}}.c-medical-price__box-img picture,.c-medical-price__box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-medical-price__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-price__shapes>*{position:absolute}.c-medical-price__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-price__shape01{width:209px;top:-224px;right:-138px;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}@media screen and (max-width: 1024px){.c-medical-price__shape01{width:calc(var(--vw)*100/var(--base-width)*153);top:calc(var(--vw)*100/var(--base-width)*-66);left:calc(var(--vw)*100/var(--base-width)*-78);-webkit-transform:none;transform:none}}.c-medical-price__shape02{width:255px;top:10px;right:-75px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}.c-medical-price__shape03{display:none}@media screen and (max-width: 1024px){.c-medical-price__shape03{display:block;width:calc(var(--vw)*100/var(--base-width)*30);top:calc(var(--vw)*100/var(--base-width)*-10);left:calc(var(--vw)*100/var(--base-width)*-15);-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.c-medical-price__shape04{display:none}@media screen and (max-width: 1024px){.c-medical-price__shape04{display:block;width:calc(var(--vw)*100/var(--base-width)*138);top:calc(var(--vw)*100/var(--base-width)*-61);right:calc(var(--vw)*100/var(--base-width)*-30);-webkit-transform:translateY(0);transform:translateY(0)}}.c-medical-price__top{margin-top:20px}.c-medical-price__middle{margin-top:120px !important}@media screen and (max-width: 1024px){.c-medical-price__middle{margin-top:60px !important}}@media screen and (max-width: 599.98px){.c-medical-price__middle{margin-top:40px !important}}.c-medical-price__main{margin-top:120px}@media screen and (max-width: 1024px){.c-medical-price__main{margin-top:60px;margin-inline:calc(50% - var(--vw)*50);width:calc(var(--vw)*100)}}@media screen and (max-width: 599.98px){.c-medical-price__main{margin-top:30px}}.c-medical-price__tabs{margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media screen and (max-width: 1024px){.c-medical-price__tabs{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;width:100%;padding-inline:calc(var(--vw)*100/var(--base-width)*14)}}.c-medical-price__tab{width:280px;max-width:100%;background:var(--color_white);border-radius:4px 4px 0 0;border:1px solid #a3a3a3;border-bottom:none;cursor:pointer}@media screen and (max-width: 1024px){.c-medical-price__tab{padding-inline:8px;width:100%}}.c-medical-price__tab:has(.c-medical-price__tab-input:checked){background:var(--color_brown);color:var(--color_white)}.c-medical-price__tab-title{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;font-size:1.6rem;line-height:1.5;line-height:1.5;font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-price__tab-title{height:64px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem}}.c-medical-price__tab-title::before{content:"";display:block;width:30px;aspect-ratio:1;background:var(--color_tertiary);-webkit-mask:no-repeat center/contain;mask:no-repeat center/contain}.c-medical-price__tab:nth-of-type(1) .c-medical-price__tab-title::before{-webkit-mask-image:url(../img/medical/dental-caries-endodontic/icon-tab01.svg);mask-image:url(../img/medical/dental-caries-endodontic/icon-tab01.svg)}.c-medical-price__tab:nth-of-type(2) .c-medical-price__tab-title::before{-webkit-mask-image:url(../img/medical/dental-caries-endodontic/icon-tab02.svg);mask-image:url(../img/medical/dental-caries-endodontic/icon-tab02.svg)}.c-medical-price__tab:nth-of-type(3) .c-medical-price__tab-title::before{-webkit-mask-image:url(../img/medical/dental-caries-endodontic/icon-tab03.svg);mask-image:url(../img/medical/dental-caries-endodontic/icon-tab03.svg)}.c-medical-price__tab:has(.c-medical-price__tab-input:checked) .c-medical-price__tab-title::before{background:var(--color_secondary)}.c-medical-price__content-body{padding:40px 50px;background:var(--color_bg_gray1);border-top:5px solid var(--color_brown);display:none}@media screen and (max-width: 599.98px){.c-medical-price__content-body{padding:30px 20px 0}}.c-medical-price__tabs:has(input[id=price-tab-1]:checked)+.c-medical-price__content .c-medical-price__content-body:nth-child(1){display:block}.c-medical-price__tabs:has(input[id=price-tab-2]:checked)+.c-medical-price__content .c-medical-price__content-body:nth-child(2){display:block}.c-medical-price__tabs:has(input[id=price-tab-3]:checked)+.c-medical-price__content .c-medical-price__content-body:nth-child(3){display:block}.c-medical-price__content-title{margin-top:40px;font-size:2.2rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-price__content-title{margin-top:20px;font-size:2rem;text-align:center}}.c-medical-price__content-title:first-child{margin-top:0}.c-medical-price__content-table{margin-top:20px}@media screen and (max-width: 599.98px){.c-medical-price__content-table{margin-top:10px}}.c-medical-price__content-text{margin-top:20px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em;font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-price__content-text{font-size:1.4rem}}.c-medical-price__content-box{margin-top:40px;padding:30px;border-radius:8px;background:var(--color_white);border:1px solid #c9c9c9}@media screen and (max-width: 599.98px){.c-medical-price__content-box{margin-top:20px;padding:15px}}.c-medical-price__content-row{display:grid;grid-template-columns:220px 1fr;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1024px){.c-medical-price__content-row{grid-template-columns:100%;justify-items:center}}@media screen and (max-width: 599.98px){.c-medical-price__content-row{row-gap:10px}}.c-medical-price__content-img{border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.c-medical-price__content-img{max-width:160px;border-radius:5px}}.c-medical-price__content-desc{display:grid;row-gap:20px}@media screen and (max-width: 599.98px){.c-medical-price__content-desc{row-gap:5px}}.c-medical-price__content-heading{font-size:2.2rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.c-medical-price__content-heading{text-align:center}}@media screen and (max-width: 599.98px){.c-medical-price__content-heading{font-size:2rem}}.c-medical-price__content-sent{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-price__content-sent{font-size:1.4rem}}.c-medical-price__content-grid{margin-top:30px;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media screen and (max-width: 1024px){.c-medical-price__content-grid{grid-template-columns:100%;row-gap:20px}}@media screen and (max-width: 599.98px){.c-medical-price__content-grid{margin-top:10px;row-gap:10px}}.c-medical-price__content-grid-item{padding:20px;display:grid;grid-template-rows:subgrid;grid-row:span 2;-webkit-box-align:start;-ms-flex-align:start;align-items:start;row-gap:5px;background:#faf7ed;border-radius:4px}@media screen and (max-width: 599.98px){.c-medical-price__content-grid-item{padding:10px}}.c-medical-price__content-grid-item-title{text-align:center;font-weight:bold;line-height:1.5}.c-medical-price__content-label{padding:6px 10px;display:grid;grid-template-columns:14px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;font-size:1.4rem;line-height:1.7;letter-spacing:.05em;border-bottom:1px dashed var(--color_tertiary)}.c-medical-price__content-label span span{font-size:1.1rem}.c-medical-price__content-label::before{content:"";display:block;width:14px;aspect-ratio:1;background:no-repeat center/contain}.c-medical-price__content-grid-item--merit .c-medical-price__content-label::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iNy41IiBjeT0iNyIgcj0iNiIgc3Ryb2tlPSIjMzRBMUM1IiBzdHJva2Utd2lkdGg9IjIiLz4gPC9zdmc+)}.c-medical-price__content-grid-item--demerit .c-medical-price__content-label::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTIgMkwxMiAxMiIgc3Ryb2tlPSIjMzRBMUM1IiBzdHJva2Utd2lkdGg9IjEuOCIvPiA8cGF0aCBkPSJNMTIgMkwyIDEyIiBzdHJva2U9IiMzNEExQzUiIHN0cm9rZS13aWR0aD0iMS44Ii8+IDwvc3ZnPg==)}.c-medical-price__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-price__shapes>*{position:absolute}.c-medical-price__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-price__shape01{width:233px;top:-27px;left:-42px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.c-medical-payment{padding-block:120px;background:var(--color_bg_tertiary);position:relative}@media screen and (max-width: 1024px){.c-medical-payment{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-payment{padding-block:40px}}.c-medical-payment__inner{max-width:880px}.c-medical-payment__list{margin-top:50px;display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:min(var(--vw)*100/var(--base-width)*60,60px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*60,60px);column-gap:min(var(--vw)*100/var(--base-width)*60,60px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 1024px){.c-medical-payment__list{grid-template-columns:repeat(2, 1fr);row-gap:calc(var(--vw)*100/var(--base-width)*20);-webkit-column-gap:calc(var(--vw)*100/var(--base-width)*10);-moz-column-gap:calc(var(--vw)*100/var(--base-width)*10);column-gap:calc(var(--vw)*100/var(--base-width)*10)}}@media screen and (max-width: 599.98px){.c-medical-payment__list{margin-top:20px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}}.c-medical-payment__item{display:grid;row-gap:15px;justify-items:center}.c-medical-payment__item-img{aspect-ratio:1;position:relative;z-index:0}@media screen and (max-width: 599.98px){.c-medical-payment__item-img{max-width:100px}}.c-medical-payment__item-img::before{content:"";display:block;position:absolute;inset:-3px -3px -3px -3px;z-index:-1;background:var(--color_white);border-radius:13px;z-index:-1}.c-medical-payment__item-img picture,.c-medical-payment__item-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:10px}.c-medical-payment__item-title{display:grid;grid-template-columns:21px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;font-weight:bold}@media screen and (max-width: 1024px){.c-medical-payment__item-title{font-size:1.6rem;line-height:1.1875;text-align:center}}.c-medical-payment__item-title::before{content:"";display:block;width:21px;aspect-ratio:1;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwLjg0NTciIHI9IjkuNSIgc3Ryb2tlPSIjMzRBMUM1IiBzdHJva2Utd2lkdGg9IjIiLz4gPC9zdmc+) no-repeat center/contain}.c-medical-payment__box{margin-top:30px;padding:30px 40px;background:var(--color_white);border-radius:10px}@media screen and (max-width: 599.98px){.c-medical-payment__box{margin-top:20px;padding:20px calc(var(--vw)*100/var(--base-width)*20)}}.c-medical-payment__box-title{font-size:2.2rem;line-height:1.2272727273;font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-payment__box-title{font-size:1.8rem;text-align:center}}.c-medical-payment__box-text{margin-top:10px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-payment__box-text{font-size:1.4rem}}.c-medical-payment__btn{margin-top:20px;font-size:1.8rem;max-width:292px}@media screen and (max-width: 599.98px){.c-medical-payment__btn{margin-top:10px;font-size:1.4rem}}.c-medical-payment__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-payment__shapes>*{position:absolute}.c-medical-payment__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-payment__shape01{width:197px;bottom:-93px;right:-141px;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}@media screen and (max-width: 1024px){.c-medical-payment__shape01{width:calc(var(--vw)*100/var(--base-width)*115);top:calc(var(--vw)*100/var(--base-width)*-67);left:calc(var(--vw)*100/var(--base-width)*-41);-webkit-transform:none;transform:none}}.c-medical-payment__shape02{width:62px;top:-59px;left:-176px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.c-medical-payment__shape02{width:calc(var(--vw)*100/var(--base-width)*37);top:calc(var(--vw)*100/var(--base-width)*9);left:calc(var(--vw)*100/var(--base-width)*-8);-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}}.c-medical-payment__shape03{width:261px;top:0px;right:-50px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.c-medical-payment__shape03{width:calc(var(--vw)*100/var(--base-width)*117);top:calc(var(--vw)*100/var(--base-width)*-55);right:calc(var(--vw)*100/var(--base-width)*-38);-webkit-transform:translate(0, 0);transform:translate(0, 0);z-index:2}}.c-medical-payment__shape04{width:222px;bottom:40px;right:-141px;-webkit-transform:translate(100%, 0%);transform:translate(100%, 0%)}@media screen and (max-width: 1024px){.c-medical-payment__shape04{width:calc(var(--vw)*100/var(--base-width)*117);top:calc(var(--vw)*100/var(--base-width)*-55);right:calc(var(--vw)*100/var(--base-width)*-38);-webkit-transform:translate(0%, 0%);transform:translate(0%, 0%)}}.c-medical-faq{padding-block:120px;background:var(--color_bg_secondary);position:relative}@media screen and (max-width: 1024px){.c-medical-faq{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-faq{padding-block:40px}}.c-medical-faq__img{width:min(var(--vw)*100/var(--base-width)*358,358px);position:absolute;top:-140px;right:-35px}@media screen and (max-width: 1024px){.c-medical-faq__img{display:none}}.c-medical-faq__inner{max-width:880px}@media screen and (max-width: 599.98px){.c-medical-faq__heading h2{font-size:2.6rem}}.c-medical-faq__list{margin-top:40px;display:grid;row-gap:15px;list-style:none}@media screen and (max-width: 599.98px){.c-medical-faq__list{margin-top:20px;row-gap:8px}}.c-medical-faq__item{position:relative}.c-medical-faq__item-title{padding:20px;background:var(--color_white);list-style-type:none;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;font-weight:bold;border-radius:4px;cursor:pointer;position:relative}@media screen and (max-width: 599.98px){.c-medical-faq__item-title{padding:7px 42px 10px 10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;font-size:1.5rem}}.c-medical-faq__item-title::before{content:"Q";margin-top:-2px;display:block;font-size:2.8rem;line-height:1;font-weight:bold;color:#e582a8;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-faq__item-title::before{font-size:2.4rem}}.c-medical-faq__item-title::after{content:"";display:block;width:27px;height:27px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iMTMuNSIgY3k9IjEzLjY4NzUiIHI9IjEzLjUiIGZpbGw9IiNBREExOTUiLz4gPHBhdGggZD0iTTcgMTEuNjg3NUwxMy41IDE3LjY4NzVMMjAgMTEuNjg3NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+IDwvc3ZnPg==) no-repeat center/contain;position:absolute;top:50%;right:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width: 599.98px){.c-medical-faq__item-title::after{width:22px;right:10px}}.c-medical-faq__item[open] .c-medical-faq__item-title::after{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.c-medical-faq__item-content{padding:20px;background:#fdf8ec;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em;border-radius:4px}@media screen and (max-width: 599.98px){.c-medical-faq__item-content{padding:10px;font-size:1.4rem;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.c-medical-faq__item-content::before{content:"A";margin-top:-2px;display:block;font-size:2.8rem;line-height:1;font-weight:bold;color:var(--color_tertiary);font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-faq__item-content::before{font-size:2.4rem}}.c-medical-faq__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-faq__shapes>*{position:absolute}.c-medical-faq__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-faq__shape01{width:224px;top:0;left:-85px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.c-medical-faq__shape01{left:initial;width:calc(var(--vw)*100/var(--base-width)*57);top:calc(var(--vw)*100/var(--base-width)*-66);right:calc(var(--vw)*100/var(--base-width)*-37);-webkit-transform:none;transform:none}}.c-medical-faq__shape02{width:167px;top:-184px;left:-93px;-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0)}@media screen and (max-width: 1024px){.c-medical-faq__shape02{width:calc(var(--vw)*100/var(--base-width)*117);top:calc(var(--vw)*100/var(--base-width)*-60);left:calc(var(--vw)*100/var(--base-width)*-47);-webkit-transform:translateY(0);transform:translateY(0)}}.c-medical-faq__shape03{width:254x;bottom:173px;right:-57px;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}@media screen and (max-width: 1024px){.c-medical-faq__shape03{width:calc(var(--vw)*100/var(--base-width)*51);top:calc(var(--vw)*100/var(--base-width)*-31px);bottom:initial;right:calc(var(--vw)*100/var(--base-width)*-35);-webkit-transform:translate(0, -100%);transform:translate(0, -100%);z-index:2}}.c-medical-feature{padding-block:120px;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.c-medical-feature{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-feature{padding-block:30px}}.c-medical-feature__inner{max-width:1140px}.c-medical-feature__list{margin-top:70px;display:grid;grid-template-columns:repeat(auto-fill, minmax(255px, 1fr));grid-template-rows:repeat(2, -webkit-max-content);grid-template-rows:repeat(2, max-content);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media screen and (max-width: 1024px){.c-medical-feature__list{margin-top:40px;grid-template-columns:repeat(2, 1fr);row-gap:20px}}@media screen and (max-width: 599.98px){.c-medical-feature__list{margin-top:20px;display:grid;grid-template-columns:100%}}.c-medical-feature__item{display:grid;grid-template-rows:subgrid;grid-row:span 2;row-gap:13px;justify-items:center}@media screen and (max-width: 599.98px){.c-medical-feature__item-img{max-width:160px}}.c-medical-feature__item-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.c-medical-feature__item-number{font-size:3rem;font-weight:bold;color:var(--color_tertiary);line-height:.8}.c-medical-feature__item-title{font-size:2.2rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic);white-space:nowrap}.c-medical-feature__item-title--tiny{letter-spacing:-0.09em}.c-medical-feature__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}.c-medical-feature__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-feature__shapes>*{position:absolute}.c-medical-feature__shapes img{-o-object-fit:contain;object-fit:contain}.c-medical-feature__shape01{display:none}@media screen and (max-width: 1024px){.c-medical-feature__shape01{display:block;width:calc(var(--vw)*100/var(--base-width)*63);top:calc(var(--vw)*100/var(--base-width)*-9);right:calc(var(--vw)*100/var(--base-width)*-31);-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}}.c-medical-program{padding-block:120px;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.c-medical-program{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-program{padding-block:30px}}.c-medical-program__inner{max-width:980px}.c-medical-program__list{margin-top:40px;display:grid;row-gap:34px}@media screen and (max-width: 599.98px){.c-medical-program__list{margin-top:20px;row-gap:24px}}.c-medical-program__item{padding:30px;background:var(--color_white);border-radius:8px;display:grid;grid-template-columns:230px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:0;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;position:relative}@media screen and (max-width: 599.98px){.c-medical-program__item{padding:15px;grid-template-columns:100%;justify-items:center;row-gap:10px}}.c-medical-program__item::after{content:"";display:block;width:180px;height:34px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjM1IiB2aWV3Qm94PSIwIDAgMTgwIDM1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNODkuOTk0IDM0LjgxNDVMMCAwLjgxNDQ1M0gxODBMODkuOTk0IDM0LjgxNDVaIiBmaWxsPSIjRTlFOUU5Ii8+IDwvc3ZnPg==) no-repeat center/contain;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%)}@media screen and (max-width: 599.98px){.c-medical-program__item::after{width:125px;height:24px}}.c-medical-program__item:last-of-type::after{display:none}.c-medical-program__item-img{border-radius:8px;overflow:hidden}@media screen and (max-width: 599.98px){.c-medical-program__item-img{max-width:160px}}.c-medical-program__item-body{display:grid;row-gap:10px}.c-medical-program__item-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}@media screen and (max-width: 599.98px){.c-medical-program__item-heading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.c-medical-program__item-number{font-size:3rem;line-height:1.2;font-weight:bold;color:var(--color_tertiary)}.c-medical-program__item-title{font-size:2.2rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}.c-medical-program__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-program__item-text{font-size:1.4rem}}.c-medical-program__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-program__shapes>*{position:absolute}.c-medical-program__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-program__shape01{width:224px;top:-68px;left:-46px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.c-medical-flow{padding-block:120px}@media screen and (max-width: 1024px){.c-medical-flow{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-flow{padding-block:30px}}.c-medical-flow--bg-gray{background:var(--color_bg_gray1)}.c-medical-flow__inner{max-width:980px}.c-medical-flow__heading .c-h2__main--small span{font-size:2.2rem}@media screen and (max-width: 599.98px){.c-medical-flow__heading .c-h2__main--small span{font-size:1.6rem}}.c-medical-flow__text{margin-top:20px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em;text-align:center;font-weight:bold}@media screen and (max-width: 599.98px){.c-medical-flow__text{text-align:left}}.c-medical-flow__list{margin-top:40px;display:grid;row-gap:34px}@media screen and (max-width: 599.98px){.c-medical-flow__list{margin-top:20px;row-gap:24px}}.c-medical-flow__item{padding:30px;border-radius:8px;display:grid;grid-template-columns:230px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:0;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;border:1px solid #c1b09f;position:relative}@media screen and (max-width: 599.98px){.c-medical-flow__item{padding:15px;grid-template-columns:100%;justify-items:center;row-gap:10px}}.c-medical-flow__item--bg-white{background:var(--color_white);border:none}.c-medical-flow__item--p20{padding:20px}.c-medical-flow__item--wide{-webkit-column-gap:40px !important;-moz-column-gap:40px !important;column-gap:40px !important}.c-medical-flow__item:has(.c-medical-flow__item-img--sp-small){grid-template-columns:200px 1fr;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media screen and (max-width: 599.98px){.c-medical-flow__item:has(.c-medical-flow__item-img--sp-small){grid-template-columns:100%}}.c-medical-flow__item::after{content:"";display:block;width:180px;height:34px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjM1IiB2aWV3Qm94PSIwIDAgMTgwIDM1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNODkuOTk0IDM0LjgxNDVMMCAwLjgxNDQ1M0gxODBMODkuOTk0IDM0LjgxNDVaIiBmaWxsPSIjRTlFOUU5Ii8+IDwvc3ZnPg==) no-repeat center/contain;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%)}@media screen and (max-width: 599.98px){.c-medical-flow__item::after{width:125px;height:24px}}.c-medical-flow__item:last-of-type::after{display:none}.c-medical-flow__item--no-arrow::after{display:none}.c-medical-flow__item-tag{font-size:3rem;font-weight:bold;line-height:1.5;position:absolute;top:2px;left:13px}.c-medical-flow__item-img{border-radius:8px;overflow:hidden}@media screen and (max-width: 599.98px){.c-medical-flow__item-img{max-width:160px}}.c-medical-flow__item-img--radius-large{border-radius:10px}.c-medical-flow__item-img--radius-none{border-radius:0}.c-medical-flow__item-body{display:grid;row-gap:10px}.c-medical-flow__item-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}@media screen and (max-width: 599.98px){.c-medical-flow__item-heading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.c-medical-flow__item-number{font-size:3rem;line-height:1.2;font-weight:bold;color:var(--color_accent);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.c-medical-flow__item-number span{font-size:1.6rem;font-family:var(--font-family_zen-maru-gothic);text-transform:uppercase;font-weight:bold}.c-medical-flow__item-number--tertiary{color:var(--color_tertiary)}.c-medical-flow__item-number--first-letter span{text-transform:none}.c-medical-flow__item-number--first-letter span::first-letter{text-transform:uppercase}.c-medical-flow__item-title{font-size:2.2rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.c-medical-flow__item-title--sp-small{font-size:2rem;white-space:nowrap}}.c-medical-flow__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-flow__item-text{font-size:1.4rem}}.c-medical-flow__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-flow__shapes>*{position:absolute}.c-medical-flow__shapes>* img{-o-object-fit:contain;object-fit:contain}.c-medical-flow__shape01{width:233px;top:-27px;left:-42px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.c-medical-flow__shape01{width:calc(var(--vw)*100/var(--base-width)*97);top:calc(var(--vw)*100/var(--base-width)*-81);right:calc(var(--vw)*100/var(--base-width)*-49);left:initial;-webkit-transform:none;transform:none}}.c-medical-flow__shape02{width:224px;top:-95px;right:-47px;-webkit-transform:translate(100%, 0%);transform:translate(100%, 0%)}.c-medical-flow__shape04{width:184px;top:-173px;left:-98px;-webkit-transform:translate(-100%, 0%);transform:translate(-100%, 0%)}.c-medical-flow__shape05{width:223px;top:42px;right:-40px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}.c-medical-flow__shape06{width:215px;top:-190px;left:-50px;-webkit-transform:translate(-100%, 0%);transform:translate(-100%, 0%)}.c-medical-affiliation{padding-block:110px}@media screen and (max-width: 1024px){.c-medical-affiliation{padding-block:60px}}@media screen and (max-width: 599.98px){.c-medical-affiliation{padding-block:30px}}.c-medical-affiliation__inner{max-width:980px}@media screen and (max-width: 599.98px){.c-medical-affiliation__heading .c-h2__main{font-size:2.3rem}}.c-medical-affiliation__row{margin-top:18px;display:grid;grid-template-columns:180px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px}@media screen and (max-width: 599.98px){.c-medical-affiliation__row{margin-top:10px;display:grid;grid-template-columns:100%;justify-items:center;row-gap:10px}}@media screen and (max-width: 599.98px){.c-medical-affiliation__img{max-width:180px}}.c-medical-affiliation__text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.c-medical-affiliation__text{font-size:1.4rem}}.c-medical-affiliation__shapes{position:absolute;inset:0;pointer-events:none}.c-medical-affiliation__shapes>*{position:absolute}.c-medical-affiliation__shapes img{-o-object-fit:contain;object-fit:contain}.c-medical-affiliation__shape01{width:224px;top:0;left:-32px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.p-404{padding-block:120px;position:relative}@media screen and (max-width: 599.98px){.p-404{padding-block:70px}}.p-404__text{text-align:center;font-weight:500}.p-404__btn{margin-top:2em;margin-inline:auto}.p-top-fv{margin-top:calc(var(--header-height));padding-block:17px 21px;background:#fffbf0;trasnition:background-color .3s ease;position:relative;z-index:1}@media screen and (max-width: 1024px){.p-top-fv{margin-top:var(--header-height);padding:14px 11px 21px}}.p-top-fv__inner{max-width:1236px}@media screen and (max-width: 1024px){.p-top-fv__inner{padding:0;width:100%}}.p-top-fv__bg{position:absolute;top:0;right:min(50% - var(--vw),12px);left:calc(50% - 50cqi + 400px);bottom:0;z-index:-1}@media screen and (max-width: 1024px){.p-top-fv__bg{position:relative;inset:auto;z-index:0}}.p-top-fv__bg *{height:100%}.p-top-fv__bg picture,.p-top-fv__bg img{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:50px}@media screen and (max-width: 1024px){.p-top-fv__bg picture,.p-top-fv__bg img{border-radius:20px}}@media screen and (max-width: 599.98px){.p-top-fv__bg picture,.p-top-fv__bg img{border-radius:10px}}@media screen and (max-width: 1024px){.p-top-fv__slider-item img{aspect-ratio:353/285}}.p-top-fv__main{padding-block:56px 116px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 1024px){.p-top-fv__main{display:contents}}.p-top-fv__list{display:grid;row-gap:22px}@media screen and (max-width: 1024px){.p-top-fv__list{margin-top:21px;padding-inline:calc(var(--vw)*100/var(--base-width)*8);grid-template-columns:repeat(2, 1fr);-webkit-column-gap:calc(var(--vw)*100/var(--base-width)*8);-moz-column-gap:calc(var(--vw)*100/var(--base-width)*8);column-gap:calc(var(--vw)*100/var(--base-width)*8)}}.p-top-fv__item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:315px;min-height:88px;padding:20px 25px;border-radius:10px;position:relative;display:grid;grid-template-columns:35px -webkit-max-content;grid-template-columns:35px max-content;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}@media screen and (max-width: 1024px){.p-top-fv__item{width:100%;min-width:auto;padding:calc(var(--vw)*100/var(--base-width)*10);border-radius:calc(var(--vw)*100/var(--base-width)*8);grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center;gap:calc(var(--vw)*100/var(--base-width)*4) calc(var(--vw)*100/var(--base-width)*5)}}@media screen and (max-width: 599.98px){.p-top-fv__item{min-height:calc(var(--vw)*100/var(--base-width)*65);border-radius:calc(var(--vw)*100/var(--base-width)*4)}}.p-top-fv__item--blue{background:#e9f5f9}.p-top-fv__item--red{background:#f8edec}.p-top-fv__item-link{position:absolute;inset:0}@media screen and (max-width: 1024px){.p-top-fv__item-icon{height:24px;grid-column:1/2;grid-row:2/3}}@media screen and (max-width: 1024px){.p-top-fv__item-icon{height:calc(var(--vw)*100/var(--base-width)*14)}}.p-top-fv__item-icon img{-o-object-fit:contain;object-fit:contain}.p-top-fv__item-text{display:grid;row-gap:12px}@media screen and (max-width: 1024px){.p-top-fv__item-text{display:contents}}.p-top-fv__item-text span{font-family:var(--font-family_zen-maru-gothic);font-weight:bold;line-height:1}.p-top-fv__item-text span:first-child{font-size:1.4rem;letter-spacing:.03em}@media screen and (max-width: 1024px){.p-top-fv__item-text span:first-child{font-size:calc(var(--vw)*100/var(--base-width)*11);grid-column:1/3;grid-row:1/2;text-align:center;line-height:1.3}}.p-top-fv__item-text span:last-child{font-size:2.2rem;letter-spacing:.03em}@media screen and (max-width: 1024px){.p-top-fv__item-text span:last-child{font-size:calc(var(--vw)*100/var(--base-width)*13);grid-column:2/3;grid-row:2/3}}.p-top-fv__item--red .p-top-fv__item-text{row-gap:8px}@media screen and (max-width: 1024px){.p-top-fv__item--red .p-top-fv__item-text span:first-child{font-size:calc(var(--vw)*100/var(--base-width)*12)}}.p-top-fv__item--red .p-top-fv__item-text span:last-child{font-size:2.8rem;text-decoration:underline;text-underline-offset:4px}@media screen and (max-width: 1024px){.p-top-fv__item--red .p-top-fv__item-text span:last-child{font-size:calc(var(--vw)*100/var(--base-width)*16)}}.p-top-fv__catch{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:57px;margin-bottom:0;padding-left:13px;position:relative;z-index:1;pointer-events:none}@media screen and (max-width: 1024px){.p-top-fv__catch{height:calc(var(--vw)*100/var(--base-width)*285);margin-top:0;padding-block:calc(var(--vw)*100/var(--base-width)*10);padding-left:0;position:absolute;inset:0;z-index:1}}@media screen and (max-width: 1024px){.p-top-fv__catch-slider,.p-top-fv__catch-list{height:100%}}.p-top-fv__catch-list{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.p-top-fv__catch-item{line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);pointer-events:none !important}@media screen and (max-width: 1024px){.p-top-fv__catch-item{z-index:10}}@media screen and (max-width: 1024px){.p-top-fv__catch-item--02{-ms-flex-item-align:start;align-self:flex-start}}.p-top-fv__catch-item-inner{display:contents}@media screen and (max-width: 1024px){.p-top-fv__catch-item-inner{display:block}}@media screen and (max-width: 1024px){.p-top-fv__catch-item--01 .p-top-fv__catch-item-inner{margin-top:calc(var(--vw)*100/var(--base-width)*8);margin-left:calc(var(--vw)*100/var(--base-width)*8)}}@media screen and (max-width: 1024px){.p-top-fv__catch-item--02 .p-top-fv__catch-item-inner{margin-top:calc(var(--vw)*100/var(--base-width)*39);margin-bottom:auto;margin-left:calc(var(--vw)*100/var(--base-width)*114)}}@media screen and (max-width: 1024px){.p-top-fv__catch-item--03 .p-top-fv__catch-item-inner{margin-top:calc(var(--vw)*100/var(--base-width)*148);margin-left:calc(var(--vw)*100/var(--base-width)*13)}}.p-top-fv__catch-item-main{font-size:4.9rem;display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:var(--color_white)}@media screen and (max-width: 1024px){.p-top-fv__catch-item-main{padding-inline:calc(var(--vw)*100/var(--base-width)*3);font-size:calc(var(--vw)*100/var(--base-width)*20);line-height:1.6}}.p-top-fv__catch-item-sub{padding-right:13px;display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-size:3.2rem;background:var(--color_white)}@media screen and (max-width: 1024px){.p-top-fv__catch-item-sub{padding-inline:calc(var(--vw)*100/var(--base-width)*3);display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-size:calc(var(--vw)*100/var(--base-width)*16);line-height:1.7}}.p-top-fv__catch-item-space{display:block;height:8px}.p-top-banner{margin-top:109px}@media screen and (max-width: 1024px){.p-top-banner{margin-top:calc(var(--vw)*100/var(--base-width)*26)}}.p-top-banner__inner{max-width:1090px}.p-top-banner__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(360px, 1fr));gap:30px}@media screen and (max-width: 599.98px){.p-top-banner__list{grid-template-columns:100%}}@media screen and (max-width: 599.98px){.p-top-banner__list{gap:14px}}.p-top-banner__item-link{-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}@media(hover: hover){.p-top-banner__item-link:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.p-top-banner__item-link:where(:any-link,:enabled,summary):hover{opacity:.6}}@media screen and (max-width: 1024px){.p-top-banner__item-link{margin-inline:auto;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.p-top-banner__shapes{position:absolute;inset:0;pointer-events:none}.p-top-banner__shapes>*{position:absolute}.p-top-banner__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-top-banner__shape01{width:127px;top:-37px;left:-110px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width: 1024px){.p-top-banner__shape01{display:none}}.p-top-banner__shape02{width:83px;right:-38px;bottom:-29px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.p-top-banner__shape02{width:calc(var(--vw)*100/var(--base-width)*45);bottom:-184px;right:auto;left:calc(var(--vw)*100/var(--base-width)*14);-webkit-transform:translateY(100%);transform:translateY(100%);z-index:1}}.p-top-medical{margin-top:140px;padding-top:142px;position:relative}@media screen and (max-width: 1024px){.p-top-medical{margin-top:calc(var(--vw)*100/var(--base-width)*58);padding-top:56px}}.p-top-medical__bg{position:absolute;top:0;left:0;right:0;height:636px;z-index:-1}@media screen and (max-width: 1024px){.p-top-medical__bg{height:167px}}@media screen and (max-width: 599.98px){.p-top-medical__bg{height:157px}}.p-top-medical__bg picture,.p-top-medical__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-medical__inner{max-width:1380px}.p-top-medical__box{margin-top:98px;padding:70px 50px 74px;background:var(--color_bg_secondary);border-radius:20px 20px 0 0}@media screen and (max-width: 1024px){.p-top-medical__box{margin-top:56px;margin-inline:calc(50% - var(--vw)*50);width:calc(var(--vw)*100);border-radius:0}}@media screen and (max-width: 599.98px){.p-top-medical__box{padding:70px 22.5px 62px}}.p-top-medical__list{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, -webkit-max-content);grid-template-rows:repeat(2, max-content);gap:50px 40px}@media screen and (max-width: 1200px){.p-top-medical__list{grid-template-columns:repeat(2, 1fr);grid-template-rows:auto}}@media screen and (max-width: 1024px){.p-top-medical__list{gap:40px 20px}}.p-top-medical__item{display:grid;grid-template-rows:subgrid;grid-row:span 4;gap:0;position:relative}@media screen and (max-width: 599.98px){.p-top-medical__item{grid-template-columns:100%}}.p-top-medical__item:nth-child(1){grid-column:1/3}@media screen and (max-width: 1200px){.p-top-medical__item:nth-child(1){grid-column:1/3}}.p-top-medical__item:nth-child(2){grid-column:3/5}@media screen and (max-width: 1200px){.p-top-medical__item:nth-child(2){grid-column:1/3}}.p-top-medical__item-img{border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.p-top-medical__item-img{border-radius:8px}}.p-top-medical__item:nth-child(1) .p-top-medical__item-img,.p-top-medical__item:nth-child(2) .p-top-medical__item-img{border-radius:15px}@media screen and (max-width: 599.98px){.p-top-medical__item:nth-child(1) .p-top-medical__item-img,.p-top-medical__item:nth-child(2) .p-top-medical__item-img{border-radius:8px}}.p-top-medical__item-img picture,.p-top-medical__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-medical__item-heading{margin-top:25px;font-size:2.6rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.p-top-medical__item-heading{margin-top:16px;text-align:center}}@media screen and (max-width: 599.98px){.p-top-medical__item-heading{margin-top:10px;font-size:2.2rem;line-height:1.5}}.p-top-medical__item-heading span{font-size:2rem}@media screen and (max-width: 599.98px){.p-top-medical__item-heading span{font-size:1.6rem}}@media screen and (max-width: 599.98px){.p-top-medical__item-heading--small{font-size:1.8rem}}.p-top-medical__item-text{margin-top:7px}.p-top-medical__item-text--small{font-size:1.4rem;line-height:1.5}.p-top-medical__item-btn{margin-top:16px}.p-top-medical__shapes{position:absolute;inset:0;pointer-events:none}.p-top-medical__shapes>*{position:absolute}.p-top-medical__shapes>* img{-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 1024px){.p-top-medical__shapes>* img{width:100%;height:100%}}.p-top-medical__shape01{width:259px;top:-97px;left:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.p-top-medical__shape01{width:calc(var(--vw)*100/var(--base-width)*139);top:-22px;left:calc(var(--vw)*100/var(--base-width)*-21)}}.p-top-medical__shape02{width:146px;top:-122px;right:19px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.p-top-medical__shape02{width:calc(var(--vw)*100/var(--base-width)*98);top:25px;left:auto;right:calc(var(--vw)*100/var(--base-width)*-12);-webkit-transform:translateY(100%);transform:translateY(100%)}}@media screen and (max-width: 1024px){.p-top-medical__shape03{width:calc(var(--vw)*100/var(--base-width)*38);top:-59px;left:auto;right:calc(var(--vw)*100/var(--base-width)*-7)}}@media screen and (max-width: 1024px){.p-top-medical__shape04{width:calc(var(--vw)*100/var(--base-width)*56);top:87px;left:calc(var(--vw)*100/var(--base-width)*-32.5)}}@media screen and (max-width: 1024px){.p-top-medical__shape05{width:calc(var(--vw)*100/var(--base-width)*159);top:50px;right:calc(var(--vw)*100/var(--base-width)*-22.5)}}.p-top-cases{margin-top:85px;padding-top:191px;position:relative;z-index:1}@media screen and (max-width: 1024px){.p-top-cases{margin-top:0;padding-top:0}}.p-top-cases__bg{position:absolute;top:0;left:0;right:0;height:812px;z-index:-1}@media screen and (max-width: 1024px){.p-top-cases__bg{position:relative;inset:auto;height:auto;z-index:0}}.p-top-cases__bg picture,.p-top-cases__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-cases__img{width:min(var(--vw)*100/var(--base-width)*591,591px);height:386px;position:absolute;top:-71px;left:-97px}@media screen and (max-width: 1024px){.p-top-cases__img{width:calc(var(--vw)*100/var(--base-width)*227);height:auto;top:calc(var(--vw)*100/var(--base-width)*63);left:calc(var(--vw)*100/var(--base-width)*-56);z-index:1}}.p-top-cases__img picture,.p-top-cases__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:calc(infinity*1px)}@media screen and (max-width: 599.98px){.p-top-cases__img picture,.p-top-cases__img img{border-radius:calc(var(--vw)*100/var(--base-width)*190)}}.p-top-cases__inner{max-width:1020px}.p-top-cases__box{padding:60px;background:var(--color_white);border-radius:30px}@media screen and (max-width: 1024px){.p-top-cases__box{padding-inline:0;padding-bottom:0;border-radius:0;background:initial}}.p-top-cases__body{margin-top:60px;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:45px;-moz-column-gap:45px;column-gap:45px}@media screen and (max-width: 1024px){.p-top-cases__body{grid-template-columns:100%;row-gap:calc(var(--vw)*100/var(--base-width)*20)}}@media screen and (max-width: 599.98px){.p-top-cases__body{margin-top:20px}}@media screen and (max-width: 1024px){.p-top-cases__table{margin-inline:auto}}.p-top-cases__table table{border-collapse:collapse;border-spacing:0;border:1px solid #c9c9c9;text-align:center}.p-top-cases__table table tr>*:not(:first-child){border-left:1px solid #c9c9c9}.p-top-cases__table table tr{border-bottom:1px solid #c9c9c9}.p-top-cases__table table th{background:#dfeaef}.p-top-cases__table table thead th,.p-top-cases__table table thead td{font-weight:bold;text-align:center;padding-block:5px;padding-inline:20px;line-height:1.2}@media screen and (max-width: 599.98px){.p-top-cases__table table thead th,.p-top-cases__table table thead td{font-size:1.4rem}}.p-top-cases__table table tbody tr:last-child{border-bottom:none}.p-top-cases__table table tbody th,.p-top-cases__table table tbody td{font-size:1.6rem;line-height:1.5}@media screen and (max-width: 599.98px){.p-top-cases__table table tbody th,.p-top-cases__table table tbody td{font-size:1.4rem}}.p-top-cases__table table .--large{font-size:2rem;font-weight:bold}@media screen and (max-width: 599.98px){.p-top-cases__table table .--large{font-size:1.6rem}}.p-top-cases__extra{margin-top:52px;padding:30px;background:var(--color_bg_accent);border-radius:10px;display:grid;grid-template-columns:142px 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1024px){.p-top-cases__extra{margin-top:calc(var(--vw)*100/var(--base-width)*20);padding:calc(var(--vw)*100/var(--base-width)*20) calc(var(--vw)*100/var(--base-width)*15);grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;gap:calc(var(--vw)*100/var(--base-width)*10)}}.p-top-cases__extra-body{display:grid;row-gap:20px}@media screen and (max-width: 1024px){.p-top-cases__extra-body{display:contents}}@media screen and (max-width: 1024px){.p-top-cases__extra-icon{width:calc(var(--vw)*100/var(--base-width)*88);grid-column:1/2;grid-row:1/2}}@media screen and (max-width: 1024px){.p-top-cases__extra-title{grid-column:2/3;grid-row:1/2}}.p-top-cases__extra-btn{max-width:384px;padding-inline:1.7142857143em 1.1428571429em;font-size:1.4rem;min-height:40px}@media screen and (max-width: 1024px){.p-top-cases__extra-btn{grid-column:1/-1;grid-row:2/3}}@media screen and (max-width: 599.98px){.p-top-cases__extra-btn{text-align:center;font-size:1.2rem;line-height:1.2;font-weight:500}}.p-top-cases__shapes{position:absolute;inset:0;pointer-events:none}.p-top-cases__shapes>*{position:absolute}.p-top-cases__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-top-cases__shape01{width:332px;top:-173px;right:-93px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.p-top-cases__shape01{width:calc(var(--vw)*100/var(--base-width)*330);top:calc(var(--vw)*100/var(--base-width)*-231);right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.p-top-cases__shape03{width:142px;top:-36px;right:120px}@media screen and (max-width: 1024px){.p-top-cases__shape03{width:calc(var(--vw)*100/var(--base-width)*68);top:calc(var(--vw)*100/var(--base-width)*-36);right:calc(var(--vw)*100/var(--base-width)*24)}}.p-top-cases__shape04{width:276px;right:-153px;bottom:-6px}@media screen and (max-width: 1024px){.p-top-cases__shape04{width:calc(var(--vw)*100/var(--base-width)*129);bottom:calc(var(--vw)*100/var(--base-width)*-14);right:calc(var(--vw)*100/var(--base-width)*-9);-webkit-transform:translateY(100%);transform:translateY(100%)}}.p-top-contact{margin-top:290px;padding-block:150px;position:relative;z-index:0;background:var(--color_bg_tertiary)}@media screen and (max-width: 1024px){.p-top-contact{margin-top:calc(var(--vw)*100/var(--base-width)*294);padding-block:calc(var(--vw)*100/var(--base-width)*110) calc(var(--vw)*100/var(--base-width)*60)}}.p-top-contact__img01,.p-top-contact__img02{position:absolute;overflow:hidden}.p-top-contact__img01 picture,.p-top-contact__img01 img,.p-top-contact__img02 picture,.p-top-contact__img02 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-contact__img01{top:-422px;left:0;width:min(var(--vw)*100/var(--base-width)*573,573px);border-radius:0 calc(infinity*1px) calc(infinity*1px) 0}@media screen and (max-width: 1024px){.p-top-contact__img01{width:calc(var(--vw)*100/var(--base-width)*225);top:calc(var(--vw)*100/var(--base-width)*-86);-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.p-top-contact__img02{top:-225px;right:0;width:min(var(--vw)*100/var(--base-width)*447,447px);border-radius:calc(infinity*1px) 0 0 calc(infinity*1px)}@media screen and (max-width: 1024px){.p-top-contact__img02{width:calc(var(--vw)*100/var(--base-width)*244);top:calc(var(--vw)*100/var(--base-width)*-93)}}.p-top-contact__inner{max-width:994px}.p-top-contact__body{margin-top:50px;display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*521,521px) 1fr}@media screen and (max-width: 1024px){.p-top-contact__body{margin-top:calc(var(--vw)*100/var(--base-width)*20);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:calc(var(--vw)*100/var(--base-width)*20)}}.p-top-contact__img03{margin-inline:auto;max-width:384px;border-radius:50px;overflow:hidden}@media screen and (max-width: 1024px){.p-top-contact__img03{margin-inline:auto;width:100%;border-radius:calc(var(--vw)*100/var(--base-width)*10)}}.p-top-contact__img03 picture,.p-top-contact__img03 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-contact__list{margin-top:50px}@media screen and (max-width: 1024px){.p-top-contact__list{margin-top:calc(var(--vw)*100/var(--base-width)*20)}}.p-top-contact__item{font-size:2.4rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}@media screen and (max-width: 599.98px){.p-top-contact__item{font-size:1.9rem}}.p-top-contact__item::before{content:"";display:block;margin-left:12px;width:.2083333333em;height:.2083333333em;background:currentColor;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;margin-top:calc(.5lh - .1041666667em)}.p-top-contact__text{margin-top:20px;padding-left:30px}@media screen and (max-width: 1024px){.p-top-contact__text{margin-top:calc(var(--vw)*100/var(--base-width)*10);padding-left:0}}.p-top-contact__caption{padding-left:30px;font-size:1.1rem;color:#958f8f}@media screen and (max-width: 1024px){.p-top-contact__caption{margin-top:calc(var(--vw)*100/var(--base-width)*10);padding-left:0}}.p-top-contact__img04{margin-left:56px;display:grid;grid-template:1fr/1fr;position:relative}@media screen and (max-width: 1024px){.p-top-contact__img04{margin-inline:auto;padding-left:calc(var(--vw)*100/var(--base-width)*15);max-width:calc(var(--vw)*100/var(--base-width)*320)}}.p-top-contact__img04>*{grid-area:1/1/-1/-1}.p-top-contact__img04 picture,.p-top-contact__img04 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50px}@media screen and (max-width: 1024px){.p-top-contact__img04 picture,.p-top-contact__img04 img{border-radius:calc(var(--vw)*100/var(--base-width)*10)}}.p-top-contact__catch{margin-top:35px;margin-left:-76px}@media screen and (max-width: 1024px){.p-top-contact__catch{margin-top:24px;margin-left:calc(var(--vw)*100/var(--base-width)*-15)}}@media screen and (max-width: 599.98px){.p-top-contact__catch{margin-top:13px}}.p-top-contact__catch span{padding:5px 16px;background:var(--color_white);font-size:3rem;letter-spacing:.06em;font-weight:bold;line-height:2.1;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.p-top-contact__catch span{padding:calc(var(--vw)*100/var(--base-width)*3) calc(var(--vw)*100/var(--base-width)*10);line-height:2}}@media screen and (max-width: 599.98px){.p-top-contact__catch span{font-size:2.1rem;white-space:nowrap}}.p-top-contact__btn{margin-top:27px}@media screen and (max-width: 599.98px){.p-top-contact__btn{margin-top:20px}}.p-top-contact__shapes{position:absolute;inset:0;pointer-events:none}.p-top-contact__shapes>*{position:absolute}.p-top-contact__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-top-contact__shape01{width:72px;top:-202px;right:321px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.p-top-contact__shape01{display:none}}.p-top-contact__shape02{width:233px;top:-63.5px;left:13px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width: 1024px){.p-top-contact__shape02{width:calc(var(--vw)*100/var(--base-width)*136.5);top:calc(var(--vw)*100/var(--base-width)*-49);left:calc(var(--vw)*100/var(--base-width)*-16);-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.p-top-contact__shape03{width:143px;bottom:51px;right:-45px}@media screen and (max-width: 1024px){.p-top-contact__shape03{width:calc(var(--vw)*100/var(--base-width)*81);bottom:calc(var(--vw)*100/var(--base-width)*374);right:calc(var(--vw)*100/var(--base-width)*0)}}.p-top-contact__shape04{width:168px;left:-104px;bottom:-105px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width: 1024px){.p-top-contact__shape04{display:none}}.p-top-greeting{padding-block:150px;background:var(--color_bg_secondary);position:relative;z-index:1}@media screen and (max-width: 1024px){.p-top-greeting{padding-block:calc(var(--vw)*100/var(--base-width)*60)}}.p-top-greeting__bg{width:min(var(--vw)*100/var(--base-width)*730,730px);height:628px;position:absolute;bottom:-138px;right:0;border-radius:calc(infinity*1px) 0 0 calc(infinity*1px);overflow:hidden;z-index:-1}@media screen and (max-width: 1024px){.p-top-greeting__bg{width:calc(var(--vw)*100/var(--base-width)*230);bottom:calc(var(--vw)*100/var(--base-width)*-163);height:auto}}.p-top-greeting__bg picture,.p-top-greeting__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-greeting__inner{max-width:1060px}.p-top-greeting__box{margin-top:60px;padding:50px;background:var(--color_white);border-radius:30px;display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*333,333px) 1fr;-webkit-column-gap:min(var(--vw)*100/var(--base-width)*64,64px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*64,64px);column-gap:min(var(--vw)*100/var(--base-width)*64,64px)}@media screen and (max-width: 1024px){.p-top-greeting__box{margin-top:calc(var(--vw)*100/var(--base-width)*10);padding:0;background:initial;border-radius:0;grid-template-columns:100%;gap:calc(var(--vw)*100/var(--base-width)*20)}}@media screen and (max-width: 1024px){.p-top-greeting__main{display:grid;grid-template-columns:calc(var(--vw)*100/var(--base-width)*169) 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:calc(var(--vw)*100/var(--base-width)*10) calc(var(--vw)*100/var(--base-width)*20)}}.p-top-greeting__img01{margin-inline:auto;max-width:251px;border-radius:40px;overflow:hidden}.p-top-greeting__info{display:contents}@media screen and (max-width: 1024px){.p-top-greeting__info{display:grid;row-gap:calc(var(--vw)*100/var(--base-width)*10)}}.p-top-greeting__name{margin-top:27px;font-size:2.4rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);text-align:center}@media screen and (max-width: 1024px){.p-top-greeting__name{margin-top:0;text-align:left}}@media screen and (max-width: 599.98px){.p-top-greeting__name{font-size:2rem}}.p-top-greeting__profile{margin-top:6px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.6rem;line-height:1.5}@media screen and (max-width: 599.98px){.p-top-greeting__profile{font-size:1rem;letter-spacing:.09em}}.p-top-greeting__caption{display:block;margin-top:20px}@media screen and (max-width: 1024px){.p-top-greeting__caption{margin-top:0;grid-column:1/-1}}.p-top-greeting__caption span{display:block;font-size:1rem;line-height:1.3}@media screen and (max-width: 599.98px){.p-top-greeting__caption span{font-size:.9rem;color:#a68d8d}}.p-top-greeting__caption span+span{margin-top:5px}.p-top-greeting__imgs{margin-top:20px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:17px;-moz-column-gap:17px;column-gap:17px}@media screen and (max-width: 1024px){.p-top-greeting__imgs{margin-top:0;width:100%;grid-column:1/-1;gap:calc(var(--vw)*100/var(--base-width)*17)}}.p-top-greeting__img02,.p-top-greeting__img03{max-width:143px;border-radius:10px;overflow:hidden}@media screen and (max-width: 1024px){.p-top-greeting__img02,.p-top-greeting__img03{max-width:100%}}@media screen and (max-width: 599.98px){.p-top-greeting__img02,.p-top-greeting__img03{border-radius:4px}}.p-top-greeting__img02 picture,.p-top-greeting__img02 img,.p-top-greeting__img03 picture,.p-top-greeting__img03 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-greeting__message{display:grid;row-gap:20px}@media screen and (max-width: 1024px){.p-top-greeting__message{row-gap:calc(var(--vw)*100/var(--base-width)*10)}}.p-top-greeting__title{font-size:3rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.p-top-greeting__title{font-size:2rem;text-align:center}}.p-top-greeting__text{line-height:1.6}@media screen and (max-width: 599.98px){.p-top-greeting__text{font-size:1.5rem}}.p-top-greeting__btn{margin-top:50px}@media screen and (max-width: 1024px){.p-top-greeting__btn{margin-top:calc(var(--vw)*100/var(--base-width)*20)}}.p-top-greeting__shapes{position:absolute;inset:0;pointer-events:none}.p-top-greeting__shapes>*{position:absolute}.p-top-greeting__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-top-greeting__shape01{width:115px;top:-92px;left:-94px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.p-top-greeting__shape01{width:calc(var(--vw)*100/var(--base-width)*51.5);top:calc(var(--vw)*100/var(--base-width)*-43.5);left:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.p-top-greeting__shape02{width:255px;top:-17px;right:-30px}@media screen and (max-width: 1024px){.p-top-greeting__shape02{width:calc(var(--vw)*100/var(--base-width)*157);top:calc(var(--vw)*100/var(--base-width)*-69);right:calc(var(--vw)*100/var(--base-width)*12)}}.p-top-greeting__shape03{width:95px;left:-65px;bottom:84px}@media screen and (max-width: 1024px){.p-top-greeting__shape03{width:calc(var(--vw)*100/var(--base-width)*47);bottom:calc(var(--vw)*100/var(--base-width)*-184.5);left:initial;right:calc(var(--vw)*100/var(--base-width)*36);-webkit-transform:translateY(100%);transform:translateY(100%)}}.p-top-greeting__shape04{width:330px;left:-59px;bottom:-39px;-webkit-transform:translateY(100%);transform:translateY(100%)}@media screen and (max-width: 1024px){.p-top-greeting__shape04{width:calc(var(--vw)*100/var(--base-width)*143);left:calc(var(--vw)*100/var(--base-width)*-20);bottom:calc(var(--vw)*100/var(--base-width)*-31.5);-webkit-transform:translateY(100%);transform:translateY(100%)}}.p-top-feature{padding-block:250px 200px;background:var(--color_bg_gray2)}@media screen and (max-width: 1024px){.p-top-feature{padding-block:calc(var(--vw)*100/var(--base-width)*170) calc(var(--vw)*100/var(--base-width)*90)}}.p-top-feature__inner{max-width:1130px}.p-top-feature__list{margin-top:60px;display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:51px 40px}@media screen and (max-width: 1024px){.p-top-feature__list{margin-top:calc(var(--vw)*100/var(--base-width)*30);grid-template-columns:100%}}.p-top-feature__item{display:grid;grid-template-rows:subgrid;grid-row:span 2;gap:15px 0}@media screen and (max-width: 1024px){.p-top-feature__item{grid-template-rows:auto;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px calc(var(--vw)*100/var(--base-width)*15)}}.p-top-feature__item-img{margin-inline:auto;max-width:253px;position:relative}@media screen and (max-width: 1024px){.p-top-feature__item-img{grid-row:1/-1;max-width:calc(var(--vw)*100/var(--base-width)*100)}}.p-top-feature__item-number{height:89px;position:absolute;bottom:-15px;left:-25.5px}@media screen and (max-width: 1024px){.p-top-feature__item-number{top:-44.5px;left:2.5px}}.p-top-feature__item-number img{-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 1024px){.p-top-feature__item-number img{height:100px}}@media screen and (max-width: 599.98px){.p-top-feature__item-number img{height:69px}}.p-top-feature__item-body{display:grid;row-gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1024px){.p-top-feature__item-body{row-gap:calc(var(--vw)*100/var(--base-width)*5)}}.p-top-feature__item-title{font-size:2.2rem;font-weight:bold;line-height:1.4;text-align:center;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.p-top-feature__item-title{text-align:left}}@media screen and (max-width: 599.98px){.p-top-feature__item-title{font-size:1.9rem;line-height:1.5}}.p-top-feature__item-text{font-size:1.6rem;line-height:1.6}@media screen and (max-width: 1024px){.p-top-feature__item-text{font-size:1.5rem;line-height:1.5}}.p-top-request{padding-block:275px 98px;position:relative;z-index:1}@media screen and (max-width: 1024px){.p-top-request{padding-block:calc(var(--vw)*100/var(--base-width)*296) calc(var(--vw)*100/var(--base-width)*160)}}.p-top-request__img01{width:min(var(--vw)*100/var(--base-width)*524,524px);position:absolute;top:-107px;border-radius:0 calc(infinity*1px) calc(infinity*1px) 0;overflow:hidden}@media screen and (max-width: 1024px){.p-top-request__img01{width:calc(var(--vw)*100/var(--base-width)*259);top:calc(var(--vw)*100/var(--base-width)*-60)}}.p-top-request__img01 picture,.p-top-request__img01 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-request__body{margin-inline:calc(50% - var(--vw)*50);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 1024px){.p-top-request__body{margin-inline:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.p-top-request__img02{margin-left:15px;margin-top:-173px;-ms-flex-item-align:start;align-self:start;width:min(var(--vw)*100/var(--base-width)*389,389px)}@media screen and (max-width: 1024px){.p-top-request__img02{margin-top:0;margin-left:0;position:absolute;width:calc(var(--vw)*100/var(--base-width)*172);top:calc(var(--vw)*100/var(--base-width)*-18);right:calc(50% - var(--vw)*50 - 10px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.p-top-request__img03{margin-right:55px;margin-bottom:39px;-ms-flex-item-align:end;align-self:end;width:min(var(--vw)*100/var(--base-width)*429,429px)}@media screen and (max-width: 1024px){.p-top-request__img03{margin-bottom:0;margin-right:0;position:absolute;width:calc(var(--vw)*100/var(--base-width)*200);bottom:calc(var(--vw)*100/var(--base-width)*-36);left:calc(50% - var(--vw)*50 - 12px);-webkit-transform:translateY(100%);transform:translateY(100%);height:auto}}.p-top-request__text{margin-top:33px;font-size:1.6rem;line-height:1.9;text-align:center}.p-top-request__text a{font-size:2.3rem;font-weight:bold}.p-top-request__other{margin-top:33px;display:grid;justify-items:center;row-gap:5px}.p-top-request__other-title{font-size:1.7rem;font-weight:bold;line-height:1.5;text-align:center;font-family:var(--font-family_zen-maru-gothic)}.p-top-request__other-text{margin-inline:auto;max-width:490px;font-size:1.6rem;line-height:1.5}.p-top-request__shapes{position:absolute;inset:0;pointer-events:none}.p-top-request__shapes>*{position:absolute}.p-top-request__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-top-request__shape01{width:66px;top:-351px;left:-116px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.p-top-request__shape01{width:calc(var(--vw)*100/var(--base-width)*56);top:calc(var(--vw)*100/var(--base-width)*-156);left:calc(var(--vw)*100/var(--base-width)*-8);-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.p-top-request__shape02{width:95px;top:-48px;left:121px}@media screen and (max-width: 1024px){.p-top-request__shape02{width:calc(var(--vw)*100/var(--base-width)*45);top:calc(var(--vw)*100/var(--base-width)*-110);left:auto;right:calc(var(--vw)*100/var(--base-width)*168);-webkit-transform:translateX(100%);transform:translateX(100%)}}.p-top-request__shape03{width:272px;top:-120px;right:-18px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.p-top-request__shape03{width:calc(var(--vw)*100/var(--base-width)*317);top:calc(var(--vw)*100/var(--base-width)*-32);right:calc(50% - var(--vw)*100/var(--base-width)*0);-webkit-transform:translate(50%, -100%);transform:translate(50%, -100%)}}.p-top-info{padding-block:130px;background:var(--color_bg_tertiary);position:relative;z-index:0}@media screen and (max-width: 1024px){.p-top-info{padding-block:calc(var(--vw)*100/var(--base-width)*100)}}.p-top-info__body{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:min(var(--vw)*100/var(--base-width)*84,84px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*84,84px);column-gap:min(var(--vw)*100/var(--base-width)*84,84px)}@media screen and (max-width: 1024px){.p-top-info__body{grid-template-columns:100%;row-gap:40px}}.p-top-info__heading .c-h2__main--small{font-size:2.6rem}.p-top-info__list{margin-top:20px}@media screen and (max-width: 1024px){.p-top-info__list{margin-top:calc(var(--vw)*100/var(--base-width)*10)}}.p-top-info__item{padding-block:15px;font-size:1.6rem;line-height:1.375;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;border-bottom:1px solid var(--color_border);position:relative}@media screen and (max-width: 599.98px){.p-top-info__item{padding-block:calc(var(--vw)*100/var(--base-width)*12);font-size:1.3rem;line-height:1.3846153846;-webkit-column-gap:calc(var(--vw)*100/var(--base-width)*10);-moz-column-gap:calc(var(--vw)*100/var(--base-width)*10);column-gap:calc(var(--vw)*100/var(--base-width)*10)}}.p-top-info__item-link{position:absolute;inset:0}.p-top-info__item-title{min-height:2lh;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 1024px){.p-top-info__item-title{min-height:initial}}.p-top-info__btn{margin-top:40px}@media screen and (max-width: 1024px){.p-top-info__btn{margin-top:calc(var(--vw)*100/var(--base-width)*20)}}.p-top-info__shapes{position:absolute;inset:0;pointer-events:none}.p-top-info__shapes>*{position:absolute}.p-top-info__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-top-info__shape01{width:119px;top:-97px;left:138px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.p-top-info__shape01{display:none}}.p-top-info__shape02{width:313px;top:-87px;right:-36px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 1024px){.p-top-info__shape02{width:calc(var(--vw)*100/var(--base-width)*147);top:calc(var(--vw)*100/var(--base-width)*-43);right:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.p-top-recruit{padding-block:150px;position:relative;z-index:1}@media screen and (max-width: 1024px){.p-top-recruit{padding-block:calc(var(--vw)*100/var(--base-width)*186) calc(var(--vw)*100/var(--base-width)*239)}}.p-top-recruit__img01{width:min(var(--vw)*100/var(--base-width)*306,306px);position:absolute;top:-105px;border-radius:0 calc(infinity*1px) calc(infinity*1px) 0;overflow:hidden}@media screen and (max-width: 1024px){.p-top-recruit__img01{width:calc(var(--vw)*100/var(--base-width)*269);top:calc(var(--vw)*100/var(--base-width)*-67)}}.p-top-recruit__img01 picture,.p-top-recruit__img01 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-recruit__img02{width:min(var(--vw)*100/var(--base-width)*343,343px);position:absolute;bottom:-81px;right:0;border-radius:calc(infinity*1px) 0 0 calc(infinity*1px);overflow:hidden;z-index:2}@media screen and (max-width: 1024px){.p-top-recruit__img02{width:calc(var(--vw)*100/var(--base-width)*244);bottom:calc(var(--vw)*100/var(--base-width)*-7)}}.p-top-recruit__img02 picture,.p-top-recruit__img02 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-recruit__inner{max-width:1117px}.p-top-recruit__body{display:grid;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media screen and (max-width: 1024px){.p-top-recruit__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;row-gap:calc(var(--vw)*100/var(--base-width)*20)}}@media screen and (max-width: 1024px){.p-top-recruit__main{width:100%}}.p-top-recruit__text{margin-top:20px}@media screen and (max-width: 1024px){.p-top-recruit__text{margin-top:calc(var(--vw)*100/var(--base-width)*10)}}.p-top-recruit__btn{margin-top:30px}@media screen and (max-width: 1024px){.p-top-recruit__btn{margin-top:calc(var(--vw)*100/var(--base-width)*10)}}.p-top-recruit__img03{width:min(var(--vw)*100/var(--base-width)*587,587px);border-radius:20px;overflow:hidden}@media screen and (max-width: 1024px){.p-top-recruit__img03{width:100%}}@media screen and (max-width: 599.98px){.p-top-recruit__img03{border-radius:10px}}.p-top-recruit__img03 picture,.p-top-recruit__img03 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-recruit__shapes{position:absolute;inset:0;pointer-events:none}.p-top-recruit__shapes>*{position:absolute}.p-top-recruit__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-top-recruit__shape01{width:138px;top:-234px;left:17px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.p-top-recruit__shape01{display:none}}.p-top-recruit__shape02{width:265px;top:-198px;right:47.5px}@media screen and (max-width: 1024px){.p-top-recruit__shape02{width:calc(var(--vw)*100/var(--base-width)*193);top:calc(var(--vw)*100/var(--base-width)*185);right:calc(var(--vw)*100/var(--base-width)*-7)}}.p-top-recruit__shape03{width:91px;top:132px;right:-9.5px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.p-top-recruit__shape03{width:calc(var(--vw)*100/var(--base-width)*44);top:auto;bottom:calc(var(--vw)*100/var(--base-width)*-135);left:calc(var(--vw)*100/var(--base-width)*-8);-webkit-transform:translateY(100%);transform:translateY(100%)}}.p-top-recruit__shape04{width:216px;bottom:-38px;left:calc(50% - 30px);-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width: 1024px){.p-top-recruit__shape04{width:calc(var(--vw)*100/var(--base-width)*138);top:calc(var(--vw)*100/var(--base-width)*-148);bottom:auto;right:calc(var(--vw)*100/var(--base-width)*44);-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@media screen and (max-width: 1024px){.p-top-recruit__shape05{width:calc(var(--vw)*100/var(--base-width)*137);bottom:calc(var(--vw)*100/var(--base-width)*-67);right:calc(var(--vw)*100/var(--base-width)*178);-webkit-transform:translateY(100%);transform:translateY(100%);z-index:2}}.p-invisalign-feature{padding:120px 0}@media screen and (max-width: 1024px){.p-invisalign-feature{padding-block:60px}}@media screen and (max-width: 599.98px){.p-invisalign-feature{padding-block:30px 40px}}.p-invisalign-feature__inner{max-width:1150px}.p-invisalign-feature__box{margin-top:40px;padding:50px min(var(--vw)*100/var(--base-width)*85,85px);background:#f6f6f6}@media screen and (max-width: 599.98px){.p-invisalign-feature__box{margin-top:20px;margin-inline:calc(50% - var(--vw)*50);width:calc(var(--vw)*100);padding:20px calc(var(--vw)*100/var(--base-width)*20)}}.p-invisalign-feature__box:nth-of-type(2){padding-top:90px;padding-bottom:40px;padding-inline:min(var(--vw)*100/var(--base-width)*55,55px)}@media screen and (max-width: 599.98px){.p-invisalign-feature__box:nth-of-type(2){margin-top:0;padding-top:20px;padding-inline:calc(var(--vw)*100/var(--base-width)*20);padding-bottom:0}}.p-invisalign-feature__lead{display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*315,315px) 1fr;gap:calc(var(--vw)*100/var(--base-width)*40)}@media screen and (max-width: 1024px){.p-invisalign-feature__lead{grid-template-columns:100%;gap:20px}}@media screen and (max-width: 599.98px){.p-invisalign-feature__lead{gap:10px}}.p-invisalign-feature__box:nth-of-type(2) .p-invisalign-feature__lead{padding-inline:min(var(--vw)*100/var(--base-width)*80,80px);grid-template-columns:min(var(--vw)*100/var(--base-width)*345,345px) 1fr}@media screen and (max-width: 1024px){.p-invisalign-feature__box:nth-of-type(2) .p-invisalign-feature__lead{grid-template-columns:100%}}@media screen and (max-width: 599.98px){.p-invisalign-feature__box:nth-of-type(2) .p-invisalign-feature__lead{padding-inline:0}}@media screen and (max-width: 1024px){.p-invisalign-feature__lead-img{margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.p-invisalign-feature__box:nth-of-type(2) .p-invisalign-feature__lead-img{border-radius:10px;overflow:hidden}.p-invisalign-feature__lead-img picture,.p-invisalign-feature__lead-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-invisalign-feature__lead-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.p-invisalign-feature__box:nth-of-type(2) .p-invisalign-feature__lead-body{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}@media screen and (max-width: 599.98px){.p-invisalign-feature__box:nth-of-type(2) .p-invisalign-feature__lead-body{gap:20px}}.p-invisalign-feature__lead-title{font-size:2.1rem;line-height:1.7;letter-spacing:.01em;font-weight:bold}@media screen and (max-width: 599.98px){.p-invisalign-feature__lead-title{font-size:1.8rem}}.p-invisalign-feature__box:nth-of-type(2) .p-invisalign-feature__lead-title{font-family:var(--font-family_zen-maru-gothic);font-size:2.4rem}@media screen and (max-width: 599.98px){.p-invisalign-feature__box:nth-of-type(2) .p-invisalign-feature__lead-title{font-size:1.7rem;letter-spacing:.05em}}.p-invisalign-feature__lead-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-invisalign-feature__lead-text{font-size:1.4rem}}.p-invisalign-feature__lead-point{padding:20px 30px;border-radius:4px;border:1px solid #c9c9c9;font-size:1.6rem;line-height:1.6;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-invisalign-feature__lead-point{padding:10px}}.p-invisalign-feature__lead-point span{display:inline-block;margin-bottom:10px;font-size:2rem;font-weight:bold}@media screen and (max-width: 599.98px){.p-invisalign-feature__lead-point span{margin-bottom:0}}.p-invisalign-feature__reason{margin-top:90px;padding-top:70px;border-top:1px solid #c9c9c9}@media screen and (max-width: 599.98px){.p-invisalign-feature__reason{margin-top:30px;padding-top:40px}}.p-invisalign-feature__reason-title{padding-bottom:8px;border-bottom:2px solid var(--color_txt);margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:2.8rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.p-invisalign-feature__reason-title{font-size:2.2rem}}.p-invisalign-feature__reason-list{margin-top:40px;display:grid;row-gap:20px}@media screen and (max-width: 599.98px){.p-invisalign-feature__reason-list{margin-top:20px}}.p-invisalign-feature__reason-item{padding:20px;background:var(--color_white);border:1px solid #d8d1c9;display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*190,190px) 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media screen and (max-width: 599.98px){.p-invisalign-feature__reason-item{grid-template-columns:100%;gap:10px}}.p-invisalign-feature__reason-item-pic{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-invisalign-feature__reason-item-body{display:grid;row-gap:10px}.p-invisalign-feature__reason-item-header{display:grid;grid-template-columns:38px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.p-invisalign-feature__reason-item-number{width:100%;aspect-ratio:1;background:var(--color_brown);font-size:2.2rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);letter-spacing:.05em;color:var(--color_white);display:grid;place-items:center;border-radius:50%}.p-invisalign-feature__reason-item-title{font-weight:bold;line-height:1.5;letter-spacing:.01em}.p-invisalign-feature__reason-item-title span{margin-left:10px;font-size:1.4rem;line-height:1.5;color:#858585}.p-invisalign-feature__reason-item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-invisalign-feature__reason-item-text{font-size:1.4rem}}.p-invisalign-feature__reason-item-text span{display:block;font-size:1.3rem;line-height:22px;color:#858585}.p-invisalign-feature__content{margin-top:60px;padding:60px min(var(--vw)*100/var(--base-width)*25,25px);background:var(--color_white);position:relative}@media screen and (max-width: 599.98px){.p-invisalign-feature__content{margin-top:20px;padding-top:50px;padding-bottom:0;margin-inline:calc(50% - var(--vw)*50);width:calc(var(--vw)*100)}}.p-invisalign-feature__plan-title{font-size:2rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-title{font-size:1.8rem;line-height:1}}.p-invisalign-feature__plan-title>span{display:inline-block;padding-bottom:12px}.p-invisalign-feature__plan-title>span:nth-of-type(2){border-bottom:2px dashed var(--color_brown)}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-title>span:nth-of-type(2){border:none}}.p-invisalign-feature__plan-title>span span{font-size:5rem;line-height:.5}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-title>span span{line-height:.3}}.p-invisalign-feature__plan-list{margin-top:70px;display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:20px}@media screen and (max-width: 1024px){.p-invisalign-feature__plan-list{grid-template-columns:100%;gap:80px}}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-list{gap:50px}}.p-invisalign-feature__plan-item{padding:40px min(var(--vw)*100/var(--base-width)*20,20px) 26px;position:relative;border:1px solid #c9c9c9}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-item{padding:30px calc(var(--vw)*100/var(--base-width)*10) 10px}}.p-invisalign-feature__plan-number{font-weight:bold;display:grid;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.p-invisalign-feature__plan-number span:nth-of-type(1){color:var(--color_accent);font-family:var(--font-family_zen-maru-gothic);position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-number span:nth-of-type(1){font-size:1.4rem;line-height:1.3}}.p-invisalign-feature__plan-number span:nth-of-type(2){width:42px;aspect-ratio:1;background:var(--color_accent);color:var(--color_white);border-radius:50%;font-size:2rem;display:grid;place-items:center}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-number span:nth-of-type(2){width:49px;font-size:2.8rem}}.p-invisalign-feature__plan-heading{font-size:1.4rem;line-height:1.6;letter-spacing:.05em;text-align:center;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-heading{font-size:2rem;font-family:var(--font-family_inter)}}.p-invisalign-feature__plan-before{margin-top:10px}.p-invisalign-feature__plan-before-img,.p-invisalign-feature__plan-after-img{margin-inline:auto;max-width:264px}.p-invisalign-feature__plan-after-img{margin-top:5px}.p-invisalign-feature__plan-label{display:block;margin-top:5px;text-align:center;font-size:1.3rem;line-height:1.7;letter-spacing:.05em}.p-invisalign-feature__plan-after-img+.p-invisalign-feature__plan-label{font-size:1.6rem;line-height:1.6;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}.p-invisalign-feature__plan-arrow{margin-top:9px;display:block;margin-inline:auto;width:24.66px;aspect-ratio:24.66/26.03;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAzMCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTI4LjAxNTkgMTQuMjYzM0wxNS4wMDAxIDI2LjU5NEwxLjk4NDM4IDE0LjI2MzNIMTAuMjA0OFYxLjkzMjYySDE5Ljc5NTRWMTQuMjYzM0gyOC4wMTU5WiIgZmlsbD0iYmxhY2siIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+IDwvc3ZnPg==) no-repeat center/contain}.p-invisalign-feature__plan-text{margin-top:45px;margin-inline:auto;max-width:910px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-text{margin-top:20px}}.p-invisalign-feature__plan-checks{margin-top:20px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px 30px}@media screen and (max-width: 1024px){.p-invisalign-feature__plan-checks{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-checks{margin-top:10px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}}.p-invisalign-feature__plan-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-bottom:1px solid var(--color_txt)}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-check{gap:5px}}.p-invisalign-feature__plan-check span{font-size:2rem;font-weight:bold;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-check span{font-size:1.9rem}}.p-invisalign-feature__plan-check::before{content:"";display:block;width:22.5px;aspect-ratio:22.5/21;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iMTEiIGN5PSIxMC43MDQxIiByPSIxMC41IiBmaWxsPSIjRUE2QTU3Ii8+IDxwYXRoIGQ9Ik0xOS41IDQuNzA0MUwyMyAxLjIwNDEiIHN0cm9rZT0iI0VBNkE1NyIgc3Ryb2tlLXdpZHRoPSIyIi8+IDxwYXRoIGQ9Ik01LjUgMTAuMjY2Nkw5LjQ2IDE0LjIwNDFMMTkuNSA0LjcwNDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPiA8L3N2Zz4=) no-repeat center/contain}.p-invisalign-feature__plan-check-text{margin-top:30px;font-size:1.9rem;line-height:1.7;letter-spacing:.05em;text-align:center}@media screen and (max-width: 599.98px){.p-invisalign-feature__plan-check-text{font-size:1.7rem}}.p-invisalign-feature__plan-check-icon+.p-invisalign-feature__plan-check-text{margin-top:0}.p-invisalign-feature__shapes{position:absolute;inset:0;pointer-events:none}.p-invisalign-feature__shapes>*{position:absolute}.p-invisalign-feature__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-invisalign-feature__shape01{width:197px;top:-55px;right:-15px;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width: 1024px){.p-invisalign-feature__shape01{width:calc(var(--vw)*100/var(--base-width)*56);top:calc(var(--vw)*100/var(--base-width)*-156);left:calc(var(--vw)*100/var(--base-width)*-8);-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@media screen and (max-width: 1024px){.p-invisalign-feature__shape02{left:initial;width:calc(var(--vw)*100/var(--base-width)*136);top:calc(var(--vw)*100/var(--base-width)*-53);right:calc(var(--vw)*100/var(--base-width)*-35)}}.p-invisalign-about{padding-block:110px}@media screen and (max-width: 1024px){.p-invisalign-about{padding-block:60px}}@media screen and (max-width: 599.98px){.p-invisalign-about{padding-block:30px}}.p-invisalign-about__inner{max-width:980px}.p-invisalign-about__heading h2 span{display:block;font-size:1.7rem}@media screen and (max-width: 599.98px){.p-invisalign-about__heading h2 span{font-size:1.4rem}}.p-invisalign-about__content{margin-top:51px;display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*400,400px) 1fr;-webkit-column-gap:min(var(--vw)*100/var(--base-width)*82,82px);-moz-column-gap:min(var(--vw)*100/var(--base-width)*82,82px);column-gap:min(var(--vw)*100/var(--base-width)*82,82px);-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1024px){.p-invisalign-about__content{grid-template-columns:100%;gap:calc(var(--vw)*100/var(--base-width)*20);justify-items:center}}@media screen and (max-width: 599.98px){.p-invisalign-about__content{margin-top:20px;gap:20px}}.p-invisalign-about__image{margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:20px;overflow:hidden}@media screen and (max-width: 599.98px){.p-invisalign-about__image{max-width:260px}}.p-invisalign-about__text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em;max-width:498px}@media screen and (max-width: 599.98px){.p-invisalign-about__text{font-size:1.4rem}}.p-invisalign-reason{padding-block:120px}@media screen and (max-width: 1024px){.p-invisalign-reason{padding-block:60px}}@media screen and (max-width: 599.98px){.p-invisalign-reason{padding-block:30px}}.p-invisalign-reason__inner{max-width:980px}@media screen and (max-width: 599.98px){.p-invisalign-reason__heading h2{font-size:2.6rem}}@media screen and (max-width: 599.98px){.p-invisalign-reason__heading h2 span{font-size:1.4rem}}.p-invisalign-reason__list{margin-top:40px;display:grid;row-gap:40px}@media screen and (max-width: 599.98px){.p-invisalign-reason__list{margin-top:20px;row-gap:20px}}.p-invisalign-reason__item{display:grid;grid-template-columns:min(var(--vw)*100/var(--base-width)*370,370px) 1fr;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;border:1px solid #c1b09f;border-radius:8px;overflow:hidden}@media screen and (max-width: 599.98px){.p-invisalign-reason__item{padding:10px calc(var(--vw)*100/var(--base-width)*10);grid-template-columns:100%;justify-items:center;row-gap:10px}}@media screen and (max-width: 599.98px){.p-invisalign-reason__item-img{margin-inline:auto;max-width:280px;border-radius:8px;overflow:hidden}}.p-invisalign-reason__item-img picture,.p-invisalign-reason__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-invisalign-reason__item:nth-of-type(1) .p-invisalign-reason__item-img picture,.p-invisalign-reason__item:nth-of-type(1) .p-invisalign-reason__item-img img{-o-object-fit:contain;object-fit:contain}.p-invisalign-reason__item-body{padding-block:40px;padding-right:70px;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;row-gap:10px}@media screen and (max-width: 1024px){.p-invisalign-reason__item-body{padding-right:40px;row-gap:5px}}@media screen and (max-width: 599.98px){.p-invisalign-reason__item-body{padding:0}}.p-invisalign-reason__item-heading{font-weight:bold;font-size:2.2rem;color:var(--color_accent);line-height:1.5;font-weight:bold}@media screen and (max-width: 599.98px){.p-invisalign-reason__item-heading{font-size:1.8rem;line-height:1.5;text-align:center}}.p-invisalign-reason__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-invisalign-reason__item-text{font-size:1.4rem}}.p-invisalign-reason__shapes{position:absolute;inset:0;pointer-events:none}.p-invisalign-reason__shapes>*{position:absolute}.p-invisalign-reason__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-invisalign-reason__shape01{width:175px;top:-76px;right:-184px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.p-invisalign-reason__shape01{width:calc(var(--vw)*100/var(--base-width)*66);top:calc(var(--vw)*100/var(--base-width)*91);left:calc(var(--vw)*100/var(--base-width)*-33);-webkit-transform:none;transform:none}}.p-invisalign-reason__shape02{display:none}@media screen and (max-width: 1024px){.p-invisalign-reason__shape02{display:block;left:initial;width:calc(var(--vw)*100/var(--base-width)*77);top:calc(var(--vw)*100/var(--base-width)*-67);right:calc(var(--vw)*100/var(--base-width)*-52);-webkit-transform:none;transform:none}}.p-pediatric-important{padding-block:120px}@media screen and (max-width: 1024px){.p-pediatric-important{padding-block:60px}}@media screen and (max-width: 599.98px){.p-pediatric-important{padding-block:30px}}.p-pediatric-important__inner{max-width:980px}.p-pediatric-important__box+.p-pediatric-important__box{margin-top:60px}@media screen and (max-width: 1024px){.p-pediatric-important__box+.p-pediatric-important__box{margin-top:40px}}@media screen and (max-width: 599.98px){.p-pediatric-important__box+.p-pediatric-important__box{margin-top:20px}}.p-pediatric-important__heading+.p-pediatric-important__box{margin-top:40px}@media screen and (max-width: 599.98px){.p-pediatric-important__heading+.p-pediatric-important__box{margin-top:20px}}.p-pediatric-important__title{padding-block:8px;min-height:55px;font-size:2.6rem;line-height:1.5;font-weight:700;color:var(--color_brown);text-align:center;background:#f9eabc;border-radius:8px;font-family:var(--font-family_zen-maru-gothic);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}@media screen and (max-width: 599.98px){.p-pediatric-important__title{font-size:2rem;padding-block:5px;min-height:40px}}.p-pediatric-important__title--tertiary{background:#d0eaf3}.p-pediatric-important__title-number{padding-top:4px;font-size:3rem;line-height:1;font-weight:bold;color:var(--color_brown);font-family:var(--font-family_inter)}.p-pediatric-important__title--tertiary .p-pediatric-important__title-number{color:var(--color_tertiary)}.p-pediatric-important__row{margin-top:40px;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:10px 40px}@media screen and (max-width: 1024px){.p-pediatric-important__row{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media screen and (max-width: 599.98px){.p-pediatric-important__row{margin-top:20px}}.p-pediatric-important__box:nth-of-type(odd) .p-pediatric-important__row{grid-template-areas:"img body"}@media screen and (max-width: 599.98px){.p-pediatric-important__box:nth-of-type(odd) .p-pediatric-important__row{grid-template-areas:"img" "body"}}.p-pediatric-important__box:nth-of-type(odd) .p-pediatric-important__row--reverse{grid-template-areas:"body img"}@media screen and (max-width: 599.98px){.p-pediatric-important__box:nth-of-type(odd) .p-pediatric-important__row--sp-reverse{grid-template-areas:"body" "img"}}.p-pediatric-important__box:nth-of-type(even) .p-pediatric-important__row{grid-template-areas:"body img"}@media screen and (max-width: 599.98px){.p-pediatric-important__box:nth-of-type(even) .p-pediatric-important__row{grid-template-areas:"body" "img"}}.p-pediatric-important__box:nth-of-type(even) .p-pediatric-important__row--reverse{grid-template-areas:"img body"}@media screen and (max-width: 599.98px){.p-pediatric-important__box:nth-of-type(even) .p-pediatric-important__row--sp-reverse{grid-template-areas:"img" "body"}}.p-pediatric-important__img{grid-area:img;border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.p-pediatric-important__img{margin-inline:auto;max-width:260px}}.p-pediatric-important__img picture,.p-pediatric-important__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-pediatric-important__body{grid-area:body}.p-pediatric-important__text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-pediatric-important__text{font-size:1.4rem}}.p-pediatric-important__shapes{position:absolute;inset:0;pointer-events:none}.p-pediatric-important__shapes>*{position:absolute}.p-pediatric-important__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-pediatric-important__shape01{width:168px;top:-58px;left:-42px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.p-pediatric-important__shape02{width:146px;top:-73px;right:-98px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}.p-pediatric-important__shape03{width:86px;bottom:40px;left:-98px;-webkit-transform:translate(-100%, 0%);transform:translate(-100%, 0%)}.p-pediatric-important__shape04{width:224px;bottom:241px;right:-59px;-webkit-transform:translate(100%, 0%);transform:translate(100%, 0%)}.p-pediatric-important__shape05{width:92px;top:-66px;left:-100px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}@media screen and (max-width: 1024px){.p-pediatric-important__shape05{width:calc(var(--vw)*100/var(--base-width)*47);top:calc(var(--vw)*100/var(--base-width)*-1);left:calc(var(--vw)*100/var(--base-width)*10)}}.p-pediatric-important__shape06{width:185px;top:-41px;right:-60px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}@media screen and (max-width: 1024px){.p-pediatric-important__shape06{width:calc(var(--vw)*100/var(--base-width)*85);top:calc(var(--vw)*100/var(--base-width)*0);right:calc(var(--vw)*100/var(--base-width)*-31);-webkit-transform:translate(0%, -100%);transform:translate(0%, -100%)}}.p-pediatric-flow{background:#fffbf0;padding-block:120px;position:relative;z-index:0}@media screen and (max-width: 1024px){.p-pediatric-flow{padding-block:60px calc(var(--vw)*100/var(--base-width)*70)}}@media screen and (max-width: 599.98px){.p-pediatric-flow{padding-block:80px 40px}}.p-pediatric-flow:has(.p-pediatric-flow__head){padding-top:141px}@media screen and (max-width: 1024px){.p-pediatric-flow:has(.p-pediatric-flow__head){padding-top:120px;padding-bottom:0}}@media screen and (max-width: 599.98px){.p-pediatric-flow:has(.p-pediatric-flow__head){padding-top:80px}}.p-pediatric-flow__head{position:absolute;top:0;right:0;left:0;height:202px;z-index:-1}@media screen and (max-width: 1024px){.p-pediatric-flow__head{height:100px}}.p-pediatric-flow__head picture,.p-pediatric-flow__head img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-pediatric-flow__inner{max-width:980px}.p-pediatric-flow__heading{margin-bottom:30px}@media screen and (max-width: 599.98px){.p-pediatric-flow__heading{margin-bottom:10px}}.p-pediatric-flow__heading h2{line-height:1.1}.p-pediatric-flow__heading .c-h2__main--smallest{font-size:2.6rem}@media screen and (max-width: 599.98px){.p-pediatric-flow__heading .c-h2__main--smallest{font-size:1.6rem}}.p-pediatric-flow__text{line-height:1.7;letter-spacing:.05em;font-weight:bold;text-align:center}.p-pediatric-flow__cation{display:block;margin-top:10px;font-size:1.2rem;line-height:1.7;letter-spacing:.05em;color:#858585;text-align:center}@media screen and (max-width: 599.98px){.p-pediatric-flow__cation{font-size:1rem}}.p-pediatric-flow__item-catch+.p-pediatric-flow__cation{margin-top:0px}.p-pediatric-flow__list{margin-top:40px;display:grid;row-gap:30px}@media screen and (max-width: 1024px){.p-pediatric-flow__list{width:calc(var(--vw)*100);margin-inline:calc(50% - var(--vw)*50)}}@media screen and (max-width: 599.98px){.p-pediatric-flow__list{margin-top:32px;row-gap:20px}}.p-pediatric-flow__item{position:relative}.p-pediatric-flow__item::before{content:"";display:block;margin-inline:auto;width:180px;height:34px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMTgwIDM0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNODkuOTk0IDM0TDAgMEgxODBMODkuOTk0IDM0WiIgZmlsbD0iI0MwRDVENiIvPiA8L3N2Zz4=) no-repeat center/contain}@media screen and (max-width: 599.98px){.p-pediatric-flow__item::before{width:145px;height:23px}}@media screen and (max-width: 599.98px){.p-pediatric-flow__item:first-of-type::before{display:none}}.p-pediatric-flow__item-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:5px}}.p-pediatric-flow__item>.p-pediatric-flow__item-heading{margin-top:10px}@media screen and (max-width: 599.98px){.p-pediatric-flow__item>.p-pediatric-flow__item-heading{margin-top:20px}}.p-pediatric-flow__item-step{display:block;padding:3px 14px;font-size:1.4rem;line-height:1.5;color:var(--color_brown);font-weight:500;border:1px solid var(--color_brown);border-radius:calc(infinity*1px)}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-step{font-size:1.2rem;padding:3px 9px}}.p-pediatric-flow__item-heading{font-size:3.4rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-heading{font-size:2rem}}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-heading--sp-large{font-size:2.6rem}}.p-pediatric-flow__item-box{margin-top:15px;padding:50px 40px 40px;border-top:10px solid var(--color_brown);background:#eaeee7;border-radius:0 0 8px 8px}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-box{margin-top:10px;padding:30px calc(var(--vw)*100/var(--base-width)*20);border-width:6px}}.p-pediatric-flow__item-box--01{display:grid;grid-template-columns:362px 1fr}@media screen and (max-width: 1024px){.p-pediatric-flow__item-box--01{grid-template-columns:100%;row-gap:20px}}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-box--01{padding:30px calc(var(--vw)*100/var(--base-width)*20)}}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-box--02{padding:26px calc(var(--vw)*100/var(--base-width)*20) 20px}}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-box--03{padding:30px calc(var(--vw)*100/var(--base-width)*20) 40px}}.p-pediatric-flow__item-img{border-radius:10px;overflow:hidden}.p-pediatric-flow__item-img picture,.p-pediatric-flow__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-pediatric-flow__item-body{display:grid;row-gap:10px}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-body{row-gap:5px}}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-box--01 .p-pediatric-flow__item-body{row-gap:10px}}.p-pediatric-flow__item-reserve{margin-bottom:10px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em;font-weight:bold;text-align:center}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-reserve{font-size:1.2rem;margin-bottom:0}}.p-pediatric-flow__item-reserve a{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media(hover: hover){.p-pediatric-flow__item-reserve a:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.p-pediatric-flow__item-reserve a:where(:any-link,:enabled,summary):hover{opacity:.6}}.p-pediatric-flow__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-text{font-size:1.4rem}}.p-pediatric-flow__item-text--small{font-size:1.4rem !important}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-text--small{font-size:1.1rem !important}}.p-pediatric-flow__item-btn{margin-block:5px 10px;width:370px;min-height:54px}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-btn{width:100%;min-height:48px;margin-bottom:0}}.p-pediatric-flow__item-btn>span{font-size:1.8rem}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-btn>span{font-size:2rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.p-pediatric-flow__item-btn>span span{display:inline-block;padding-top:3.5px;font-size:1.7rem;font-family:var(--font-family_inter)}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-btn>span span{font-size:1.5rem}}.p-pediatric-flow__item-box-inner{padding:30px;border:1px solid #c9c9c9;background:var(--color_white);border-radius:8px;display:grid;grid-template-columns:270px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:10px}@media screen and (max-width: 1024px){.p-pediatric-flow__item-box-inner{grid-template-columns:100%}}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-box-inner{padding:15px calc(var(--vw)*100/var(--base-width)*15)}}.p-pediatric-flow__item-box-inner:not:has(.p-pediatric-flow__item-img){grid-template-columns:100%}.p-pediatric-flow__item-box-inner--full{grid-template-columns:100%}.p-pediatric-flow__item-box-inner+.p-pediatric-flow__item-box-inner{position:relative;margin-top:34px}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-box-inner+.p-pediatric-flow__item-box-inner{margin-top:23px}}.p-pediatric-flow__item-box-inner+.p-pediatric-flow__item-box-inner::before{content:"";display:block;margin-inline:auto;width:180px;height:34px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMTgwIDM0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNODkuOTk0IDM0TDAgMEgxODBMODkuOTk0IDM0WiIgZmlsbD0iI0MwRDVENiIvPiA8L3N2Zz4=) no-repeat center/contain;position:absolute;top:-1px;left:50%;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-box-inner+.p-pediatric-flow__item-box-inner::before{width:145px;height:23px}}.p-pediatric-flow__item-title{font-size:2.2rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-title{font-size:2rem;text-align:center}}.p-pediatric-flow__item-title span{font-size:1.6rem}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-title span{display:block;font-size:1.4rem}}.p-pediatric-flow__item-col{display:grid;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:10px}.p-pediatric-flow__item-col--2{grid-template-columns:repeat(2, 1fr);-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col--2{margin-top:23px;position:relative}}.p-pediatric-flow__item-col::before{content:"";margin-inline:auto;width:145px;height:23px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMTgwIDM0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNODkuOTk0IDM0TDAgMEgxODBMODkuOTk0IDM0WiIgZmlsbD0iI0MwRDVENiIvPiA8L3N2Zz4=) no-repeat center/contain;display:none}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col::before{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);display:block}}.p-pediatric-flow__item-col-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.p-pediatric-flow__item-col-inner::before{content:"";display:block;margin-inline:auto;width:180px;height:34px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMTgwIDM0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNODkuOTk0IDM0TDAgMEgxODBMODkuOTk0IDM0WiIgZmlsbD0iI0MwRDVENiIvPiA8L3N2Zz4=) no-repeat center/contain}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-inner::before{display:none}}.p-pediatric-flow__item-col-inner--after::after{content:"";display:block;margin-inline:auto;width:180px;height:34px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMTgwIDM0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNODkuOTk0IDM0TDAgMEgxODBMODkuOTk0IDM0WiIgZmlsbD0iI0MwRDVENiIvPiA8L3N2Zz4=) no-repeat center/contain}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-inner--after::after{width:121px;height:15px}}.p-pediatric-flow__item-col-heading{width:100%;padding:5px 10px 8px;border-radius:8px 8px 0 0;min-height:48px;font-size:2.3rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);color:var(--color_white);text-align:center}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-heading{font-size:1.8rem;padding:4.5px 10px 6.5px;min-height:38px}}.p-pediatric-flow__item-col-heading--tertiary{background-color:var(--color_tertiary)}.p-pediatric-flow__item-col-heading--secondary{background-color:var(--color_secondary)}.p-pediatric-flow__item-col-box{padding:30px;border:1px solid #c9c9c9;background:var(--color_white);border-radius:0 0 8px 8px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-box{padding:10px 10px 26px}}.p-pediatric-flow__item-col-title{font-size:2.2rem;line-height:1.3;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);text-align:center}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-title{margin-inline:-10px;font-size:1.8rem;line-height:1}}.p-pediatric-flow__item-col-title span{display:inline-block;font-size:1.6rem}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-title span{font-size:1.2rem}}.p-pediatric-flow__item-col-img{margin-top:20px;border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-img{margin-top:10px}}.p-pediatric-flow__item-col-lead{margin-top:10px;line-height:1.7;letter-spacing:.05em;font-weight:bold}@media screen and (max-width: 1024px){.p-pediatric-flow__item-col-lead{font-size:1.6rem}}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-lead{margin-top:5px;font-size:1.2rem}}.p-pediatric-flow__item-col-text{margin-top:10px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 1024px){.p-pediatric-flow__item-col-text{font-size:1.4rem}}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-text{margin-top:5px;font-size:1rem}}.p-pediatric-flow__item-col-cation{margin-top:10px;font-size:1.1rem;line-height:1.7;letter-spacing:.05em;color:#858585;display:inline-block}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-col-cation{margin-top:5px;font-size:1rem}}.p-pediatric-flow__item-catch{font-size:1.6rem;font-weight:bold;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-pediatric-flow__item-catch{font-size:1.2rem}}.p-pediatric-flow__shapes{position:absolute;inset:0;pointer-events:none}.p-pediatric-flow__shapes>*{position:absolute}.p-pediatric-flow__shapes>* img{-o-object-fit:contain;object-fit:contain}.p-pediatric-flow__shape01{width:233px;top:834px;left:-83px;-webkit-transform:translate(-100%, 0%);transform:translate(-100%, 0%)}@media screen and (max-width: 1024px){.p-pediatric-flow__shape01{width:calc(var(--vw)*100/var(--base-width)*98);top:calc(var(--vw)*100/var(--base-width)*-50);left:initial;right:calc(var(--vw)*100/var(--base-width)*54);-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}}.p-pediatric-flow__shape02{width:165px;top:704px;right:-114px;-webkit-transform:translate(100%, 0%);transform:translate(100%, 0%)}@media screen and (max-width: 1024px){.p-pediatric-flow__shape02{width:calc(var(--vw)*100/var(--base-width)*103);top:calc(var(--vw)*100/var(--base-width)*37);left:initial;right:calc(var(--vw)*100/var(--base-width)*-28);-webkit-transform:translate(0%, 0);transform:translate(0%, 0)}}.p-pediatric-present{padding-block:120px;background:var(--color_bg_tertiary)}@media screen and (max-width: 599.98px){.p-pediatric-present{padding-block:60px}}@media screen and (max-width: 599.98px){.p-pediatric-present{padding-bottom:30px}}.p-pediatric-present__inner{max-width:880px}.p-pediatric-present__heading{margin-inline:auto;padding:12px 24px 33px;width:100%;font-size:2.8rem;line-height:1.4642857143;font-weight:bold;text-align:center;font-family:var(--font-family_zen-maru-gothic);background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgwIiBoZWlnaHQ9Ijg3IiB2aWV3Qm94PSIwIDAgODgwIDg3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTI5M18xOTg2NikiPiA8bWFzayBpZD0ibWFzazBfMTI5M18xOTg2NiIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI4ODAiIGhlaWdodD0iODciPiA8cGF0aCBkPSJNODc5Ljk3NSAwLjE4NjUyM0gwVjg2LjE3NDJIODc5Ljk3NVYwLjE4NjUyM1oiIGZpbGw9IndoaXRlIi8+IDwvbWFzaz4gPGcgbWFzaz0idXJsKCNtYXNrMF8xMjkzXzE5ODY2KSI+IDxwYXRoIGQ9Ik04Mi40NTM3IDgzLjc1NDFMNTQuNzM1NyA2Ny40MTY0QzU0LjYyNDggNjcuMzU1IDU0LjUzODUgNjcuMjY5IDU0LjQ1MjIgNjcuMTgzQzU0LjQ1MjIgNjcuMTcwNyA1NC40Mjc2IDY3LjE1ODQgNTQuNDE1MiA2Ny4xNDYyQzU0LjM0MTMgNjcuMDQ3OSA1NC4yNzk3IDY2Ljk0OTYgNTQuMjMwNCA2Ni44MzkxQzU0LjIzMDQgNjYuODM5MSA1NC4yMzA0IDY2LjgyNjggNTQuMjMwNCA2Ni44MTQ1QzU0LjE4MTEgNjYuNjkxNyA1NC4xNTY0IDY2LjU2ODggNTQuMTU2NCA2Ni40MzM3QzU0LjE1NjQgNTQuMjIzNCA1NC44OTU5IDQzLjAyMDUgNTUuODA3OSAzMy4zMjg0QzUzLjU1MjUgMzMuMzg5OCA1MS4yNzI1IDMzLjQ1MTMgNDkuMDA0NyAzMy40NzU4SDQ3Ljg5NTVDNDUuNzAxOCAzMy41MTI3IDQzLjQzNCAzMy41MzcyIDQxLjIwMzMgMzMuNTEyN0MzNi41OTM5IDMzLjQ3NTggMzEuOTk2OCAzMy40MTQ0IDI3LjM5OTcgMzMuMzQwN0MyMS4xMTQyIDMzLjI1NDcgMTQuNTgyMiAzMy4zNjUzIDcuODc3NjEgMzMuNTEyN0MxMC4yNjg2IDM2LjM3NDggMTIuOTkyMyAzOS44MTQ0IDE1LjgzOTMgNDMuNDI1OEMxOS42MTA2IDQ4LjE5MiAyMy40OTI5IDUzLjEzMDIgMjcuMTA0IDU3LjMwNjdDMjcuMjg4OCA1Ny41MTU1IDI3LjM3NTEgNTcuNzYxMiAyNy4zNzUxIDU4LjAxOTJDMjcuMzc1MSA1OC4zMDE3IDI2LjQyNjEgNTkuNDQ0MSAyNC41MjgxIDYxLjQyMThDMjAuNTk2NiA2NS41MjQ3IDEyLjczMzUgNzMuNzY3MiA0LjMyODEyIDgyLjY2MDhDMzkuNzg2IDgzLjMxMTkgNDEuNDg2NyA4My41OTQ0IDQyLjMwMDIgODMuNzE3MkM0Mi42NDUzIDgzLjc3ODYgNDMuMzk3MSA4My43Nzg2IDUyLjY1MjggODMuNzY2NEM1OC41MTkzIDgzLjc2NjQgNjcuNzc1MSA4My43NjY0IDgyLjQ2NiA4My43NTQxSDgyLjQ0MTNIODIuNDUzN1oiIGZpbGw9IndoaXRlIi8+IDxwYXRoIGQ9Ik03MC4zMDE4IDY3Ljc1OThDNjcuMDQ4MSA2Ny43MzUyIDYzLjgxOTEgNjcuNjk4NCA2MC42MDI0IDY3LjY3MzhINjAuMTA5NEw4Ny4xODY1IDgzLjY0M0M4OS4wMTA1IDgzLjQ3MSA4OS4xNDYxIDgzLjEwMjUgODkuMjgxNyA3Ny4zNzgyQzg5LjM0MzMgNzUuMjAzOSA4OS40MDQ5IDcyLjQ3NjkgODkuNjYzNyA2OC45NTE0Qzg5LjY4ODQgNjguNjE5NyA4OS43MjUzIDY4LjI3NTcgODkuNzM3NyA2Ny45NTY0TDcwLjI4OTUgNjcuNzcyMUw3MC4zMDE4IDY3Ljc1OThaIiBmaWxsPSJ3aGl0ZSIvPiA8cGF0aCBkPSJNODUyLjYzMSA1OC4wMTlDODUyLjYzMSA1Ny43NjExIDg1Mi43MjkgNTcuNTE1NCA4NTIuOTAyIDU3LjMwNjZDODU2LjUxMyA1My4xMTc3IDg2MC40MDggNDguMTkxOSA4NjQuMTY3IDQzLjQxMzRDODY3LjAxNCAzOS44MDE5IDg2OS43MzcgMzYuMzYyNCA4NzIuMTI4IDMzLjUwMDNDODY1LjQyNCAzMy4zNTI5IDg1OC44OTIgMzMuMjMgODUyLjYwNiAzMy4zMjgzQzg0OC4wMDkgMzMuNDAyIDg0My40MTIgMzMuNDYzNCA4MzguODAzIDMzLjUwMDNDODM2LjU2IDMzLjUxMjUgODM0LjI5MiAzMy41MDAzIDgzMi4xMSAzMy40NjM0SDgzMS4wMDFDODI5LjIwMiAzMy40Mzg4IDgyNy4zOSAzMy40MDIgODI1LjU3OCAzMy4zNTI5QzgyNS40OTIgNDIuOTIyMSA4MjUuNTA0IDUzLjEwNTUgODI1Ljg1IDY2Ljc2NTJWNjYuODYzNUM4MjUuODUgNjYuOTYxOCA4MjUuODI1IDY3LjA2IDgyNS43ODggNjcuMTU4M0M4MjUuNzg4IDY3LjE3MDYgODI1Ljc4OCA2Ny4xOTUyIDgyNS43NzYgNjcuMjE5N0M4MjUuNzI2IDY3LjMxOCA4MjUuNjc3IDY3LjQxNjMgODI1LjU5MSA2Ny41MDIzQzgyNS41NjYgNjcuNTE0NSA4MjUuNTU0IDY3LjUzOTEgODI1LjUyOSA2Ny41NjM3QzgyNS41MDQgNjcuNjAwNSA4MjUuNDggNjcuNjI1MSA4MjUuNDQzIDY3LjY0OTdDODI1LjM4MSA2Ny42OTg4IDgyNS4zMzIgNjcuNzM1NyA4MjUuMjcgNjcuNzcyNUM4MjUuMjcgNjcuNzcyNSA4MjUuMjU4IDY3Ljc5NzEgODI1LjIzMyA2Ny44MDk0TDc5Ny42MDIgODMuNzY2Mkg4MDAuODQzQzgxMy42MzYgODMuNzY2MiA4MjEuOTMgODMuNzY2MiA4MjcuMzUzIDgzLjc3ODVDODM2LjYwOSA4My43Nzg1IDgzNy4zNjEgODMuNzc4NSA4MzcuNzA2IDgzLjcyOTRDODM4LjUxOSA4My41OTQzIDg0MC4yMiA4My4zMjQgODc1LjY3OCA4Mi42NzNDODY3LjI3MiA3My43Nzk0IDg1OS4zOTcgNjUuNTI0NSA4NTUuNDY2IDYxLjQzNEM4NTMuNTggNTkuNDU2MyA4NTIuNjMxIDU4LjMyNjEgODUyLjYzMSA1OC4wMzEzVjU4LjAxOVoiIGZpbGw9IndoaXRlIi8+IDxwYXRoIGQ9Ik04NzkuNjcxIDgzLjA1MzZDODcwLjYxMiA3My40MzUzIDg2MS44NjIgNjQuMjk2IDg1Ny42NzEgNTkuODk4NEM4NTYuODgzIDU5LjA3NTQgODU2LjI1NCA1OC40MjQzIDg1NS44MzUgNTcuOTgyMUM4NTkuMjg2IDUzLjkyODQgODYyLjk3MSA0OS4yNjA1IDg2Ni41MzMgNDQuNzUyM0M4NzAuMDA4IDQwLjM1NDYgODczLjI4NyAzNi4xOTAzIDg3NS45OTggMzMuMDgyNUM4NzYuMzA2IDMyLjcyNjMgODc2LjM2OCAzMi4yNDcyIDg3Ni4xMzQgMzEuODQxOEM4NzUuOTEyIDMxLjQzNjQgODc1LjQzMSAzMS4xNzg1IDg3NC45MDEgMzEuMTY2MkM4NjcuMjIzIDMwLjk4MTkgODU5Ljc1NCAzMC44MjIyIDg1Mi41ODEgMzAuOTIwNUM4NDcuOTg0IDMwLjk5NDIgODQzLjQgMzEuMDU1NiA4MzguODAyIDMxLjA5MjVDODM2LjU4NCAzMS4xMDQ4IDgzNC4zNDEgMzEuMDkyNSA4MzIuMTYgMzEuMDU1Nkg4MzEuMDVDODI5LjI1MSAzMS4wMzExIDgyNy40MjcgMzAuOTk0MiA4MjUuNjE1IDMwLjk0NTFDODI1LjY0IDI4LjQyNjkgODI1LjY3NyAyNS45MzMyIDgyNS43MDEgMjMuNDE1QzgyNS43ODggMTYuNzQ0OCA4MjUuODYyIDkuODUzNTMgODI1Ljg2MiAxLjc3MDY5QzgyNS44NjIgMS4xMTk2NCA4MjUuMjQ1IDAuNTc5MTQ0IDgyNC40NjkgMC41NjY4NkM3NjAuODc0IC0wLjA5NjQ3NDEgMzEzLjczOCAwLjI0NzQ3NyAyNDkuNjI2IDAuNTkxNDI4QzE4Ny4yMjYgMC45MjMwOTQgMTIyLjcwNyAxLjI2NzA1IDYwLjM0NDggMC42NTI4NDdINjAuMzIwMkM1OS41Njg0IDAuNjUyODQ3IDU4LjkzOTggMS4xNjg3NyA1OC45MDI5IDEuODA3NTRDNTguNzE4IDYuMDIwOTQgNTguMTAxOCAxMS40NjI3IDU3LjM5OTMgMTcuNzY0NEM1Ni45NTU2IDIxLjcwNzYgNTYuNDYyNiAyNi4xMTc1IDU1Ljk5NDIgMzAuOTIwNUM1My42NDAzIDMwLjk4MTkgNTEuMjczOSAzMS4wNDM0IDQ4LjkzMjMgMzEuMDY3OUg0Ny44MjNDNDUuNjUzOSAzMS4xMDQ4IDQzLjM4NjIgMzEuMTI5MyA0MS4xODAxIDMxLjEwNDhDMzYuNTgzIDMxLjA2NzkgMzEuOTg2IDMxLjAwNjUgMjcuNDAxMiAzMC45MzI4QzIwLjI0MDYgMzAuODM0NSAxMi43NTk2IDMwLjk5NDIgNS4wODEzOSAzMS4xNzg1QzQuNTUxNDQgMzEuMTkwOCA0LjA4MzEgMzEuNDQ4NyAzLjg0ODk0IDMxLjg1NDFDMy42MjcwOSAzMi4yNTk1IDMuNjY0MDcgMzIuNzM4NSAzLjk4NDUxIDMzLjA5NDhDNi42ODM1OSAzNi4yMDI2IDkuOTc0MjUgNDAuMzY2OSAxMy40NDk4IDQ0Ljc3NjhDMTcuMDExNiA0OS4yODUgMjAuNjg0MyA1My45NTI5IDI0LjE0NzUgNTcuOTk0NEMyMy43Mjg1IDU4LjQzNjYgMjMuMDg3NiA1OS4wOTk5IDIyLjI5ODggNTkuOTIyOUMxOC4wOTYyIDY0LjMyMDYgOS4zNTgwMiA3My40NTk5IDAuMjk5NDU2IDgzLjA2NTlDLTAuMDQ1NjMyNyA4My40MjIyIC0wLjEwNzI1NiA4My45MTM1IDAuMTE0NTg3IDg0LjMxODlDMC4zMzY0MjkgODQuNzM2NSAwLjgyOTQxMyA4NC45OTQ1IDEuMzcxNjkgODUuMDE5MUMzOS4zNjg0IDg1LjY5NDcgNDEuMTU1NCA4NS45ODk1IDQxLjczNDcgODYuMDg3OEM0Mi4xOTA3IDg2LjE2MTUgNDIuMzE0IDg2LjE4NjEgNDYuOTExIDg2LjE4NjFINTIuNjI5NkM1OC41MzMxIDg2LjE4NjEgNjcuODg3NSA4Ni4xNzM4IDgyLjc2MzMgODYuMTczOEM4NC41MzggODYuMTczOCA4NS45MzA3IDg2LjE3MzggODcuMDUyMiA4Ni4wNzU1QzkxLjkzMjcgODUuNjcwMSA5MS45ODIgODMuMjYyNSA5Mi4xNDIzIDc3LjQyNzZDOTIuMjAzOSA3NS4yNjU2IDkyLjI2NTUgNzIuNTg3NyA5Mi41MjQzIDY5LjA5OTFDOTIuNTQ5IDY4LjcwNiA5Mi41ODU5IDY4LjMwMDYgOTIuNjEwNiA2Ny45MDc1QzExMC43MDMgNjguMDA1OCAxMjkuMjI3IDY4LjA0MjYgMTQ3Ljk5NyA2OC4wNDI2QzE4MS41NjkgNjguMDQyNiAyMTUuODY5IDY3LjkxOTggMjQ5LjU3NiA2Ny43OTdDMzAyLjEyOSA2Ny42MTI3IDczNi45NCA2Ny40MTYyIDc4Ny4zOTcgNjcuNjk4N0M3ODcuNDIxIDY4LjE2NTUgNzg3LjQ1OCA2OC42MzIzIDc4Ny40OTUgNjkuMDg2OEM3ODcuNzU0IDcyLjU2MzEgNzg3LjgyOCA3NS4yNTMzIDc4Ny44NzcgNzcuNDE1M0M3ODguMDEzIDgzLjIzNzkgNzg4LjA4NyA4NS42NDU2IDc5Mi45NTUgODYuMDYzMkM3OTQuMDc3IDg2LjE2MTUgNzk1LjQ2OSA4Ni4xNjE1IDc5Ny4yNDQgODYuMTYxNUM4MTIuMTIgODYuMTYxNSA4MjEuNDYyIDg2LjE2MTUgODI3LjM3OCA4Ni4xNzM4SDgzMy4wOTZDODM3LjcwNiA4Ni4xNzM4IDgzNy44MDQgODYuMTYxNSA4MzguMjcyIDg2LjA3NTVDODM4Ljg1MiA4NS45NzcyIDg0MC42MzkgODUuNjk0NyA4NzguNjM1IDg1LjAwNjhDODc5LjE2NSA4NS4wMDY4IDg3OS42NDYgODQuNzI0MyA4NzkuODkzIDg0LjMwNjZDODgwLjExNCA4My44ODkgODgwLjA1MyA4My4zOTc2IDg3OS43MiA4My4wNTM2SDg3OS42OTVIODc5LjY3MVpNODM3LjcwNiA4My43MTdDODM3LjM2IDgzLjc3ODQgODM2LjYwOSA4My43Nzg0IDgyNy4zNTMgODMuNzY2MUM4MjEuOTQyIDgzLjc2NjEgODEzLjY0OCA4My43NTM4IDgwMC44NDMgODMuNzUzOEg3OTcuNjAxTDgyNS4yMzMgNjcuNzk3QzgyNS4yMzMgNjcuNzk3IDgyNS4yNTggNjcuNzcyNCA4MjUuMjcgNjcuNzYwMUM4MjUuMzMyIDY3LjcyMzMgODI1LjM5MyA2Ny42ODY0IDgyNS40NDMgNjcuNjM3M0M4MjUuNDY3IDY3LjYxMjcgODI1LjUwNCA2Ny41NzU5IDgyNS41MjkgNjcuNTUxM0M4MjUuNTQxIDY3LjUzOSA4MjUuNTY2IDY3LjUxNDQgODI1LjU5MSA2Ny40ODk5QzgyNS42NjQgNjcuNDAzOSA4MjUuNzI2IDY3LjMwNTYgODI1Ljc2MyA2Ny4yMDczQzgyNS43NjMgNjcuMTk1MSA4MjUuNzYzIDY3LjE3MDUgODI1Ljc4OCA2Ny4xNDU5QzgyNS44MjUgNjcuMDQ3NiA4MjUuODQ5IDY2Ljk0OTQgODI1Ljg0OSA2Ni44NTExVjY2Ljc1MjhDODI1LjUxNyA1My4wOTMxIDgyNS41MDQgNDIuOTA5NyA4MjUuNTc4IDMzLjM0MDVDODI3LjM5IDMzLjM4OTYgODI5LjIwMiAzMy40MjY0IDgzMS4wMDEgMzMuNDM4N0g4MzIuMTFDODM0LjMwNCAzMy40NzU2IDgzNi41NzIgMzMuNTAwMiA4MzguODAyIDMzLjQ3NTZDODQzLjQxMiAzMy40Mzg3IDg0OC4wMDkgMzMuMzc3MyA4NTIuNjA2IDMzLjMwMzZDODU4Ljg5MSAzMy4yMTc2IDg2NS40MjQgMzMuMzI4MiA4NzIuMTI4IDMzLjQ3NTZDODY5LjczNyAzNi4zMzc3IDg2Ny4wMTMgMzkuNzc3MyA4NjQuMTc5IDQzLjM4ODdDODYwLjQwNyA0OC4xNTQ5IDg1Ni41MTMgNTMuMDkzMSA4NTIuOTAyIDU3LjI4MTlDODUyLjcyOSA1Ny40OTA3IDg1Mi42MzEgNTcuNzM2NCA4NTIuNjMxIDU3Ljk5NDRDODUyLjYzMSA1OC4yNzY5IDg1My41OCA1OS40MTkzIDg1NS40NjUgNjEuMzk3Qzg1OS4zOTcgNjUuNDk5OSA4NjcuMjcyIDczLjc0MjQgODc1LjY3OCA4Mi42MzZDODQwLjIyIDgzLjI4NyA4MzguNTE5IDgzLjU2OTYgODM3LjcwNiA4My42OTI0VjgzLjcxN1pNNzkwLjIxOSA2Ny45NDQ0TDgxOS44NiA2Ny45ODEyTDc5Mi43ODIgODMuNjE4N0M3OTAuOTQ2IDgzLjQ0NjcgNzkwLjgxMSA4My4wNTM2IDc5MC42ODcgNzcuMzUzOUM3OTAuNjM4IDc1LjE3OTYgNzkwLjU2NCA3Mi40NTI2IDc5MC4zMDUgNjguOTE0OEM3OTAuMjgxIDY4LjU4MzEgNzkwLjI1NiA2OC4yNjM3IDc5MC4yMzEgNjcuOTQ0NEg3OTAuMjE5Wk0yNDkuNTQgNjUuNDAxNkMxODQuMzkyIDY1LjYzNSAxMTcuMDUgNjUuODY4NCA1Ni45NDMyIDY1LjIyOTZDNTcuMDE3MiA0Ni4zODYgNTguODUzNSAyOS45OTkyIDYwLjIwOTMgMTcuOTczMkM2MC44NjI1IDEyLjE5OTggNjEuNDI5NCA3LjEzODc4IDYxLjY2MzYgMy4wNDgyMkMxMjMuNjMyIDMuNjM3ODUgMTg3LjY4MiAzLjMwNjE4IDI0OS42MjYgMi45NzQ1MkMzMTMuMjU4IDIuNjQyODUgNzU5Ljg3NiAyLjI4NjYxIDgyMy4wMTUgMi45NjIyM0M4MjMuMDE1IDEwLjUxNjkgODIyLjkyOCAxNy4wNTE5IDgyMi44NTQgMjMuMzkwNUM4MjIuNzA3IDM1LjkzMjQgODIyLjU1OSA0Ny43OTg3IDgyMi45OSA2NS41NzM2Qzc2Mi44NzEgNjQuOTM0OCAzMTQuNjg3IDY1LjE2ODIgMjQ5LjU0IDY1LjQwMTZaTTg5LjY4OTcgNjguOTM5NEM4OS40MzA4IDcyLjQ3NzEgODkuMzU2OSA3NS4xOTE5IDg5LjMwNzYgNzcuMzY2MkM4OS4xNzIgODMuMTAyOCA4OS4wNDg4IDgzLjQ1OSA4Ny4yMTI0IDgzLjYzMUw2MC4xMzUzIDY3LjY2MThINjAuNjI4M0M2My44NDUgNjcuNjk4NyA2Ny4wNzQxIDY3LjcyMzMgNzAuMzI3NyA2Ny43NjAxTDg5Ljc3NTkgNjcuOTQ0NEM4OS43NTEzIDY4LjI3NiA4OS43MjY2IDY4LjYwNzcgODkuNzAyIDY4LjkzOTRIODkuNjg5N1pNNDIuMjg5MyA4My43MTdDNDEuNDc1OSA4My41ODE5IDM5Ljc3NTEgODMuMzExNiA0LjMxNzI3IDgyLjY2MDZDMTIuNzEwMyA3My43NjcgMjAuNTg1NyA2NS41MjQ0IDI0LjUxNzMgNjEuNDIxNkMyNi40MTUyIDU5LjQ0MzkgMjcuMzY0MiA1OC4zMTM3IDI3LjM2NDIgNTguMDE4OUMyNy4zNjQyIDU3Ljc2MSAyNy4yNjU2IDU3LjUxNTMgMjcuMDkzMSA1Ny4zMDY1QzIzLjQ4MiA1My4xMjk5IDE5LjU4NzQgNDguMTkxOCAxNS44Mjg0IDQzLjQyNTZDMTIuOTgxNSAzOS44MTQxIDEwLjI1NzcgMzYuMzYyMyA3Ljg2Njc1IDMzLjUxMjRDMTQuNTcxMyAzMy4zNjUgMjEuMTAzNCAzMy4yNDIyIDI3LjM4ODkgMzMuMzQwNUMzMS45ODYgMzMuNDE0MiAzNi41ODMgMzMuNDc1NiA0MS4xOTI0IDMzLjUxMjRDNDMuNDM1NSAzMy41MjQ3IDQ1LjY5MDkgMzMuNTEyNCA0Ny44ODQ3IDMzLjQ3NTZINDguOTkzOUM1MS4yNDkzIDMzLjQzODcgNTMuNTI5MyAzMy4zODk2IDU1Ljc5NzEgMzMuMzI4MkM1NC44OTc0IDQzLjAyMDIgNTQuMTQ1NiA1NC4yMjMyIDU0LjE0NTYgNjYuNDMzNEM1NC4xNDU2IDY2LjU1NjMgNTQuMTcwMiA2Ni42OTE0IDU0LjIxOTUgNjYuODE0MkM1NC4yMTk1IDY2LjgxNDIgNTQuMjE5NSA2Ni44MjY1IDU0LjIxOTUgNjYuODM4OEM1NC4yNjg4IDY2Ljk0OTQgNTQuMzMwNCA2Ny4wNTk5IDU0LjQwNDQgNjcuMTQ1OUM1NC40MDQ0IDY3LjE1ODIgNTQuNDI5IDY3LjE3MDUgNTQuNDQxMyA2Ny4xODI4QzU0LjUyNzYgNjcuMjY4OCA1NC42MjYyIDY3LjM1NDcgNTQuNzI0OCA2Ny40MTYyTDgyLjQ0MjggODMuNzUzOEM2Ny43Mzk2IDgzLjc1MzggNTguNDk2MSA4My43NTM4IDUyLjYyOTYgODMuNzY2MUM0My4zNzM5IDgzLjc2NjEgNDIuNjIyMSA4My43NjYxIDQyLjI3NyA4My43MTdINDIuMzAxNkg0Mi4yODkzWiIgZmlsbD0iIzQ4MzczNyIvPiA8cGF0aCBkPSJNNzkyLjc4MiA4My42MzE0TDgxOS44NTkgNjcuOTkzOUw3OTAuMjE5IDY3Ljk1N0M3OTAuMjQzIDY4LjI4ODcgNzkwLjI2OCA2OC42MDgxIDc5MC4yOTMgNjguOTM5OEM3OTAuNTUyIDcyLjQ3NzUgNzkwLjYyNSA3NS4xOTIzIDc5MC42NzUgNzcuMzc4OEM3OTAuODIzIDgzLjA3ODYgNzkwLjkzNCA4My40NzE3IDc5Mi43NyA4My42NDM3TDc5Mi43ODIgODMuNjMxNFoiIGZpbGw9IndoaXRlIi8+IDxwYXRoIGQ9Ik04MjMgNjUuNTc0QzgyMi41ODEgNDcuNzk5MSA4MjIuNzE2IDM1LjkzMjggODIyLjg2NCAyMy4zOTA4QzgyMi45MzggMTcuMDY0NiA4MjMuMDI1IDEwLjUxNzMgODIzLjAyNSAyLjk2MjYyQzc1OS44OTggMi4yODcgMzEzLjI4IDIuNjQzMjQgMjQ5LjYzNiAyLjk3NDlDMTg3LjY4IDMuMzA2NTcgMTIzLjYyOSAzLjY1MDUyIDYxLjY3MzQgMy4wNDg2MUM2MS40MjcgNy4xMzkxNyA2MC44NiAxMi4yMDAyIDYwLjIxOTEgMTcuOTczNkM1OC44NzU4IDI5Ljk5OTYgNTcuMDI3MSA0Ni4zNzQxIDU2Ljk1MzEgNjUuMjNDMTE3LjA0OCA2NS44Njg4IDE4NC40MDIgNjUuNjM1NCAyNDkuNTQ5IDY1LjQwMkMzMTQuNjk3IDY1LjE2ODYgNzYyLjg4MSA2NC45MzUyIDgyMyA2NS41NzRaIiBmaWxsPSJ3aGl0ZSIvPiA8L2c+IDwvZz4gPGRlZnM+IDxjbGlwUGF0aCBpZD0iY2xpcDBfMTI5M18xOTg2NiI+IDxyZWN0IHdpZHRoPSI4ODAiIGhlaWdodD0iODYiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMTg2NTIzKSIvPiA8L2NsaXBQYXRoPiA8L2RlZnM+IDwvc3ZnPg==) no-repeat center/contain}@media screen and (max-width: 1024px){.p-pediatric-present__heading{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzU4IiBoZWlnaHQ9IjkyIiB2aWV3Qm94PSIwIDAgMzU4IDkyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8bWFzayBpZD0ibWFzazBfMTU0NV8yMjE2NSIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNTgiIGhlaWdodD0iOTIiPiA8cGF0aCBkPSJNMzU4IDBIMFY5MS40ODc3SDM1OFYwWiIgZmlsbD0id2hpdGUiLz4gPC9tYXNrPiA8ZyBtYXNrPSJ1cmwoI21hc2swXzE1NDVfMjIxNjUpIj4gPHBhdGggZD0iTTMzLjU0MTYgODguOTEyMkwyMi4yNjUxIDcxLjUyOTZDMjIuMjIgNzEuNDY0MiAyMi4xODQ5IDcxLjM3MjcgMjIuMTQ5OCA3MS4yODEyQzIyLjE0OTggNzEuMjY4MiAyMi4xMzk3IDcxLjI1NTEgMjIuMTM0NyA3MS4yNDJDMjIuMTA0NyA3MS4xMzc1IDIyLjA3OTYgNzEuMDMyOSAyMi4wNTk1IDcwLjkxNTNDMjIuMDU5NSA3MC45MTUzIDIyLjA1OTUgNzAuOTAyMiAyMi4wNTk1IDcwLjg4OTFDMjIuMDM5NSA3MC43NTg0IDIyLjAyOTQgNzAuNjI3OCAyMi4wMjk0IDcwLjQ4NEMyMi4wMjk0IDU3LjQ5MjcgMjIuMzMwMyA0NS41NzMyIDIyLjcwMTMgMzUuMjYxMkMyMS43ODM4IDM1LjMyNjYgMjAuODU2MiAzNS4zOTE5IDE5LjkzMzYgMzUuNDE4SDE5LjQ4MjNDMTguNTg5OCAzNS40NTczIDE3LjY2NzMgMzUuNDgzNCAxNi43NTk3IDM1LjQ1NzNDMTQuODg0NSAzNS40MTggMTMuMDE0MyAzNS4zNTI3IDExLjE0NCAzNS4yNzQzQzguNTg2ODkgMzUuMTgyOCA1LjkyOTQ3IDM1LjMwMDQgMy4yMDE4NSAzNS40NTczQzQuMTc0NTYgMzguNTAyNSA1LjI4MjY2IDQyLjE2MiA2LjQ0MDg5IDQ2LjAwNDVDNy45NzUxOCA1MS4wNzU1IDkuNTU0NTkgNTYuMzI5NSAxMS4wMjM3IDYwLjc3MzJDMTEuMDk4OSA2MC45OTU0IDExLjEzNCA2MS4yNTY4IDExLjEzNCA2MS41MzEzQzExLjEzNCA2MS44MzE5IDEwLjc0NzkgNjMuMDQ3MyA5Ljk3NTc3IDY1LjE1MTZDOC4zNzYzIDY5LjUxNjggNS4xNzczNiA3OC4yODY2IDEuNzU3ODEgODcuNzQ5QzE2LjE4MzEgODguNDQxNyAxNi44NzUgODguNzQyMyAxNy4yMDYgODguODczQzE3LjM0NjQgODguOTM4NCAxNy42NTIyIDg4LjkzODQgMjEuNDE3NyA4OC45MjUzQzIzLjgwNDQgODguOTI1MyAyNy41Njk5IDg4LjkyNTMgMzMuNTQ2NiA4OC45MTIySDMzLjUzNjZIMzMuNTQxNloiIGZpbGw9IndoaXRlIi8+IDxwYXRoIGQ9Ik0yOC41OTk3IDcxLjg5NjJDMjcuMjc2IDcxLjg3IDI1Ljk2MjMgNzEuODMwOCAyNC42NTM3IDcxLjgwNDdIMjQuNDUzMUwzNS40Njg5IDg4Ljc5NTNDMzYuMjExIDg4LjYxMjMgMzYuMjY2MSA4OC4yMjAyIDM2LjMyMTMgODIuMTI5N0MzNi4zNDYzIDc5LjgxNjQgMzYuMzcxNCA3Ni45MTQ5IDM2LjQ3NjcgNzMuMTYzOUMzNi40ODY3IDcyLjgxMTEgMzYuNTAxOCA3Mi40NDUxIDM2LjUwNjggNzIuMTA1M0wyOC41OTQ3IDcxLjkwOTJMMjguNTk5NyA3MS44OTYyWiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTM0Ni44NzIgNjEuNTMwM0MzNDYuODcyIDYxLjI1NTggMzQ2LjkxMiA2MC45OTQ0IDM0Ni45ODIgNjAuNzcyMkMzNDguNDUxIDU2LjMxNTUgMzUwLjAzNiA1MS4wNzQ1IDM1MS41NjUgNDUuOTkwNEMzNTIuNzIzIDQyLjE0NzkgMzUzLjgzMSAzOC40ODg0IDM1NC44MDQgMzUuNDQzMkMzNTIuMDc2IDM1LjI4NjQgMzQ5LjQxOSAzNS4xNTU3IDM0Ni44NjIgMzUuMjYwMkMzNDQuOTkyIDM1LjMzODYgMzQzLjEyMSAzNS40MDQgMzQxLjI0NiAzNS40NDMyQzM0MC4zMzQgMzUuNDU2MyAzMzkuNDExIDM1LjQ0MzIgMzM4LjUyNCAzNS40MDRIMzM4LjA3MkMzMzcuMzQgMzUuMzc3OSAzMzYuNjAzIDM1LjMzODYgMzM1Ljg2NiAzNS4yODY0QzMzNS44MzEgNDUuNDY3NiAzMzUuODM2IDU2LjMwMjQgMzM1Ljk3NiA3MC44MzU5VjcwLjk0MDRDMzM1Ljk3NiA3MS4wNDUgMzM1Ljk2NiA3MS4xNDk2IDMzNS45NTEgNzEuMjU0MUMzMzUuOTUxIDcxLjI2NzIgMzM1Ljk1MSA3MS4yOTMzIDMzNS45NDYgNzEuMzE5NUMzMzUuOTI2IDcxLjQyNCAzMzUuOTA2IDcxLjUyODYgMzM1Ljg3MSA3MS42MjAxQzMzNS44NjEgNzEuNjMzMSAzMzUuODU2IDcxLjY1OTMgMzM1Ljg0NiA3MS42ODU0QzMzNS44MzYgNzEuNzI0NiAzMzUuODI2IDcxLjc1MDggMzM1LjgxMSA3MS43NzY5QzMzNS43ODYgNzEuODI5MiAzMzUuNzY2IDcxLjg2ODQgMzM1Ljc0MSA3MS45MDc2QzMzNS43NDEgNzEuOTA3NiAzMzUuNzM2IDcxLjkzMzcgMzM1LjcyNiA3MS45NDY4TDMyNC40ODQgODguOTI0M0gzMjUuODAzQzMzMS4wMDggODguOTI0MyAzMzQuMzgyIDg4LjkyNDMgMzM2LjU4OCA4OC45Mzc0QzM0MC4zNTQgODguOTM3NCAzNDAuNjYgODguOTM3NCAzNDAuOCA4OC44ODUxQzM0MS4xMzEgODguNzQxMyAzNDEuODIzIDg4LjQ1MzggMzU2LjI0OCA4Ny43NjExQzM1Mi44MjkgNzguMjk4NyAzNDkuNjI1IDY5LjUxNTkgMzQ4LjAyNSA2NS4xNjM2QzM0Ny4yNTggNjMuMDU5NCAzNDYuODcyIDYxLjg1NyAzNDYuODcyIDYxLjU0MzNWNjEuNTMwM1oiIGZpbGw9IndoaXRlIi8+IDxwYXRoIGQ9Ik0zNTcuODc1IDg4LjE2ODNDMzU0LjE4OSA3Ny45MzQ4IDM1MC42MjkgNjguMjEwOSAzNDguOTI1IDYzLjUzMkMzNDguNjA0IDYyLjY1NjMgMzQ4LjM0OCA2MS45NjM2IDM0OC4xNzggNjEuNDkzMUMzNDkuNTgyIDU3LjE4MDEgMzUxLjA4MSA1Mi4yMTM2IDM1Mi41MyA0Ny40MTcxQzM1My45NDQgNDIuNzM4MSAzNTUuMjc3IDM4LjMwNzUgMzU2LjM4MSAzNS4wMDA5QzM1Ni41MDYgMzQuNjIxOSAzNTYuNTMxIDM0LjExMjEgMzU2LjQzNiAzMy42ODA4QzM1Ni4zNDUgMzMuMjQ5NSAzNTYuMTUgMzIuOTc1MSAzNTUuOTM0IDMyLjk2MkMzNTIuODExIDMyLjc2NiAzNDkuNzcyIDMyLjU5NjEgMzQ2Ljg1NCAzMi43MDA2QzM0NC45ODQgMzIuNzc5IDM0My4xMTggMzIuODQ0NCAzNDEuMjQ4IDMyLjg4MzZDMzQwLjM0NiAzMi44OTY3IDMzOS40MzMgMzIuODgzNiAzMzguNTQ2IDMyLjg0NDRIMzM4LjA5NEMzMzcuMzYyIDMyLjgxODIgMzM2LjYyIDMyLjc3OSAzMzUuODgzIDMyLjcyNjhDMzM1Ljg5MyAzMC4wNDc1IDMzNS45MDggMjcuMzk0MyAzMzUuOTE4IDI0LjcxNUMzMzUuOTUzIDE3LjYxODIgMzM1Ljk4NCAxMC4yODYxIDMzNS45ODQgMS42ODYyOEMzMzUuOTg0IDAuOTkzNTg4IDMzNS43MzMgMC40MTg1MjIgMzM1LjQxNyAwLjQwNTQ1M0MzMDkuNTQ1IC0wLjMwMDMxIDEyNy42MzcgMC4wNjU2NDEyIDEwMS41NTQgMC40MzE1OTJDNzYuMTY3OCAwLjc4NDQ3MyA0OS45MTk1IDEuMTUwNDIgMjQuNTQ4NiAwLjQ5Njk0SDI0LjUzODZDMjQuMjMyNyAwLjQ5Njk0IDIzLjk3NyAxLjA0NTg3IDIzLjk2MiAxLjcyNTQ5QzIzLjg4NjggNi4yMDgzOSAyMy42MzYxIDExLjk5ODMgMjMuMzUwMyAxOC43MDNDMjMuMTY5OCAyMi44OTg0IDIyLjk2OTIgMjcuNTkwNCAyMi43Nzg3IDMyLjcwMDZDMjEuODIxIDMyLjc2NiAyMC44NTgzIDMyLjgzMTMgMTkuOTA1NiAzMi44NTc1SDE5LjQ1NDRDMTguNTcxOSAzMi44OTY3IDE3LjY0OTMgMzIuOTIyOCAxNi43NTE4IDMyLjg5NjdDMTQuODgxNiAzMi44NTc1IDEzLjAxMTQgMzIuNzkyMSAxMS4xNDYyIDMyLjcxMzdDOC4yMzMwMyAzMi42MDkxIDUuMTg5NTMgMzIuNzc5IDIuMDY1ODEgMzIuOTc1MUMxLjg1MDIgMzIuOTg4MiAxLjY1OTY3IDMzLjI2MjYgMS41NjQ0MSAzMy42OTM5QzEuNDc0MTUgMzQuMTI1MiAxLjQ4OTIgMzQuNjM0OSAxLjYxOTU2IDM1LjAxNEMyLjcxNzYzIDM4LjMyMDYgNC4wNTYzNyA0Mi43NTEyIDUuNDcwMzIgNDcuNDQzMkM2LjkxOTM2IDUyLjIzOTggOC40MTM1NCA1Ny4yMDYzIDkuODIyNDcgNjEuNTA2MkM5LjY1MiA2MS45NzY3IDkuMzkxMjcgNjIuNjgyNSA5LjA3MDM3IDYzLjU1ODFDNy4zNjA2IDY4LjIzNzEgMy44MDU2NyA3Ny45NjA5IDAuMTIwMzcyIDg4LjE4MTRDLTAuMDIwMDIwNSA4OC41NjA0IC0wLjA0NTA5MDUgODkuMDgzMiAwLjA0NTE2MTYgODkuNTE0NUMwLjEzNTQxNCA4OS45NTg5IDAuMzM1OTc0IDkwLjIzMzMgMC41NTY1OSA5MC4yNTk1QzE2LjAxNDggOTAuOTc4MyAxNi43NDE4IDkxLjI5MiAxNi45Nzc1IDkxLjM5NjVDMTcuMTYzIDkxLjQ3NSAxNy4yMTMxIDkxLjUwMTEgMTkuMDgzMyA5MS41MDExSDIxLjQwOThDMjMuODExNiA5MS41MDExIDI3LjYxNzIgOTEuNDg4IDMzLjY2OTEgOTEuNDg4QzM0LjM5MTEgOTEuNDg4IDM0Ljk1NzcgOTEuNDg4IDM1LjQxNCA5MS4zODM1QzM3LjM5OTUgOTAuOTUyMiAzNy40MTk2IDg4LjM5MDUgMzcuNDg0NyA4Mi4xODI0QzM3LjUwOTggNzkuODgyMSAzNy41MzQ5IDc3LjAzMyAzNy42NDAyIDczLjMyMTJDMzcuNjUwMiA3Mi45MDI5IDM3LjY2NTIgNzIuNDcxNiAzNy42NzUzIDcyLjA1MzRDNDUuMDM1OCA3Mi4xNTggNTIuNTcxOSA3Mi4xOTcyIDYwLjIwODIgNzIuMTk3MkM3My44NjY0IDcyLjE5NzIgODcuODIwNCA3Mi4wNjY1IDEwMS41MzQgNzEuOTM1OEMxMjIuOTEzIDcxLjczOTcgMjk5LjgwNyA3MS41MzA2IDMyMC4zMzUgNzEuODMxMkMzMjAuMzQ1IDcyLjMyNzkgMzIwLjM2IDcyLjgyNDUgMzIwLjM3NSA3My4zMDgxQzMyMC40OCA3Ny4wMDY4IDMyMC41MSA3OS44NjkxIDMyMC41MyA4Mi4xNjkzQzMyMC41ODYgODguMzY0NCAzMjAuNjE2IDkwLjkyNiAzMjIuNTk2IDkxLjM3MDRDMzIzLjA1MiA5MS40NzUgMzIzLjYxOSA5MS40NzUgMzI0LjM0MSA5MS40NzVDMzMwLjM5MyA5MS40NzUgMzM0LjE5NCA5MS40NzUgMzM2LjYgOTEuNDg4SDMzOC45MjdDMzQwLjgwMiA5MS40ODggMzQwLjg0MiA5MS40NzUgMzQxLjAzMyA5MS4zODM1QzM0MS4yNjggOTEuMjc4OSAzNDEuOTk1IDkwLjk3ODMgMzU3LjQ1MyA5MC4yNDY0QzM1Ny42NjkgOTAuMjQ2NCAzNTcuODY1IDg5Ljk0NTggMzU3Ljk2NSA4OS41MDE0QzM1OC4wNTUgODkuMDU3MSAzNTguMDMgODguNTM0MyAzNTcuODk1IDg4LjE2ODNIMzU3Ljg4NUgzNTcuODc1Wk0zNDAuODAyIDg4Ljg3NDFDMzQwLjY2MiA4OC45Mzk0IDM0MC4zNTYgODguOTM5NCAzMzYuNTkgODguOTI2NEMzMzQuMzg5IDg4LjkyNjQgMzMxLjAxNSA4OC45MTMzIDMyNS44MDUgODguOTEzM0gzMjQuNDg2TDMzNS43MjggNzEuOTM1OEMzMzUuNzI4IDcxLjkzNTggMzM1LjczOCA3MS45MDk2IDMzNS43NDMgNzEuODk2NkMzMzUuNzY4IDcxLjg1NzQgMzM1Ljc5MyA3MS44MTgyIDMzNS44MTMgNzEuNzY1OUMzMzUuODIzIDcxLjczOTcgMzM1LjgzOCA3MS43MDA1IDMzNS44NDggNzEuNjc0NEMzMzUuODUzIDcxLjY2MTMgMzM1Ljg2MyA3MS42MzUyIDMzNS44NzMgNzEuNjA5QzMzNS45MDMgNzEuNTE3NiAzMzUuOTI4IDcxLjQxMyAzMzUuOTQzIDcxLjMwODRDMzM1Ljk0MyA3MS4yOTU0IDMzNS45NDMgNzEuMjY5MiAzMzUuOTUzIDcxLjI0MzFDMzM1Ljk2OSA3MS4xMzg1IDMzNS45NzkgNzEuMDM0IDMzNS45NzkgNzAuOTI5NFY3MC44MjQ5QzMzNS44NDMgNTYuMjkxNCAzMzUuODM4IDQ1LjQ1NjYgMzM1Ljg2OCAzNS4yNzUzQzMzNi42MDUgMzUuMzI3NiAzMzcuMzQyIDM1LjM2NjggMzM4LjA3NCAzNS4zNzk5SDMzOC41MjZDMzM5LjQxOCAzNS40MTkxIDM0MC4zNDEgMzUuNDQ1MyAzNDEuMjQ4IDM1LjQxOTFDMzQzLjEyNCAzNS4zNzk5IDM0NC45OTQgMzUuMzE0NiAzNDYuODY0IDM1LjIzNjFDMzQ5LjQyMSAzNS4xNDQ2IDM1Mi4wNzggMzUuMjYyMyAzNTQuODA2IDM1LjQxOTFDMzUzLjgzMyAzOC40NjQzIDM1Mi43MjUgNDIuMTIzOSAzNTEuNTcyIDQ1Ljk2NjNDMzUwLjAzOCA1MS4wMzc0IDM0OC40NTMgNTYuMjkxNCAzNDYuOTg0IDYwLjc0ODFDMzQ2LjkxNCA2MC45NzAzIDM0Ni44NzQgNjEuMjMxNyAzNDYuODc0IDYxLjUwNjJDMzQ2Ljg3NCA2MS44MDY4IDM0Ny4yNiA2My4wMjIzIDM0OC4wMjcgNjUuMTI2NUMzNDkuNjI3IDY5LjQ5MTggMzUyLjgzMSA3OC4yNjE1IDM1Ni4yNSA4Ny43MjRDMzQxLjgyNSA4OC40MTY2IDM0MS4xMzMgODguNzE3MyAzNDAuODAyIDg4Ljg0OFY4OC44NzQxWk0zMjEuNDgzIDcyLjA5MjZMMzMzLjU0MiA3Mi4xMzE4TDMyMi41MjYgODguNzY5NUMzMjEuNzc5IDg4LjU4NjUgMzIxLjcyNCA4OC4xNjgzIDMyMS42NzQgODIuMTA0QzMyMS42NTQgNzkuNzkwNyAzMjEuNjIzIDc2Ljg4OTIgMzIxLjUxOCA3My4xMjUxQzMyMS41MDggNzIuNzcyMiAzMjEuNDk4IDcyLjQzMjQgMzIxLjQ4OCA3Mi4wOTI2SDMyMS40ODNaTTEwMS41MTkgNjkuMzg3MkM3NS4wMTQ2IDY5LjYzNTUgNDcuNjE4IDY5Ljg4MzggMjMuMTY0NyA2OS4yMDQyQzIzLjE5NDggNDkuMTU1MyAyMy45NDE5IDMxLjcyMDQgMjQuNDkzNSAxOC45MjUyQzI0Ljc1OTIgMTIuNzgyNCAyNC45ODk4IDcuMzk3NzMgMjUuMDg1MSAzLjA0NTUzQzUwLjI5NTUgMy42NzI4NyA3Ni4zNTMzIDMuMzE5OTkgMTAxLjU1NCAyLjk2NzExQzEyNy40NDEgMi42MTQyMyAzMDkuMTM5IDIuMjM1MjEgMzM0LjgyNSAyLjk1NDA0QzMzNC44MjUgMTAuOTkxOSAzMzQuNzkgMTcuOTQ1IDMzNC43NiAyNC42ODg5QzMzNC43IDM4LjAzMyAzMzQuNjQgNTAuNjU4NCAzMzQuODE1IDY5LjU3MDJDMzEwLjM1NyA2OC44OTA1IDEyOC4wMjMgNjkuMTM4OSAxMDEuNTE5IDY5LjM4NzJaTTM2LjQ4NyA3My4xNTEzQzM2LjM4MTcgNzYuOTE1MyAzNi4zNTE2IDc5LjgwMzcgMzYuMzMxNSA4Mi4xMTcxQzM2LjI3NjQgODguMjIwNiAzNi4yMjYyIDg4LjU5OTYgMzUuNDc5MSA4OC43ODI2TDI0LjQ2MzQgNzEuNzkySDI0LjY2MzlDMjUuOTcyNiA3MS44MzEyIDI3LjI4NjMgNzEuODU3NCAyOC42MSA3MS44OTY2TDM2LjUyMjEgNzIuMDkyNkMzNi41MTIgNzIuNDQ1NSAzNi41MDIgNzIuNzk4NCAzNi40OTIgNzMuMTUxM0gzNi40ODdaTTE3LjIwMzEgODguODc0MUMxNi44NzIyIDg4LjczMDMgMTYuMTgwMiA4OC40NDI4IDEuNzU0OTQgODcuNzUwMUM1LjE2OTQ4IDc4LjI4NzcgOC4zNzM0MiA2OS41MTc5IDkuOTcyODkgNjUuMTUyNkMxMC43NDUgNjMuMDQ4NCAxMS4xMzExIDYxLjg0NiAxMS4xMzExIDYxLjUzMjNDMTEuMTMxMSA2MS4yNTc5IDExLjA5MSA2MC45OTY1IDExLjAyMDggNjAuNzc0M0M5LjU1MTcyIDU2LjMzMDYgNy45NjcyOSA1MS4wNzY2IDYuNDM4MDIgNDYuMDA1NkM1LjI3OTc4IDQyLjE2MzEgNC4xNzE2OSAzOC40OTA1IDMuMTk4OTcgMzUuNDU4M0M1LjkyNjU5IDM1LjMwMTUgOC41ODQwMSAzNS4xNzA4IDExLjE0MTIgMzUuMjc1M0MxMy4wMTE0IDM1LjM1MzggMTQuODgxNiAzNS40MTkxIDE2Ljc1NjggMzUuNDU4M0MxNy42Njk0IDM1LjQ3MTQgMTguNTg3IDM1LjQ1ODMgMTkuNDc5NCAzNS40MTkxSDE5LjkzMDdDMjAuODQ4MyAzNS4zNzk5IDIxLjc3NTkgMzUuMzI3NiAyMi42OTg0IDM1LjI2MjNDMjIuMzMyNCA0NS41NzQyIDIyLjAyNjYgNTcuNDkzOCAyMi4wMjY2IDcwLjQ4NUMyMi4wMjY2IDcwLjYxNTcgMjIuMDM2NiA3MC43NTk1IDIyLjA1NjYgNzAuODkwMkMyMi4wNTY2IDcwLjg5MDIgMjIuMDU2NiA3MC45MDMzIDIyLjA1NjYgNzAuOTE2M0MyMi4wNzY3IDcxLjAzNCAyMi4xMDE4IDcxLjE1MTYgMjIuMTMxOSA3MS4yNDMxQzIyLjEzMTkgNzEuMjU2MiAyMi4xNDE5IDcxLjI2OTIgMjIuMTQ2OSA3MS4yODIzQzIyLjE4MiA3MS4zNzM4IDIyLjIyMjEgNzEuNDY1MyAyMi4yNjIyIDcxLjUzMDZMMzMuNTM4NyA4OC45MTMzQzI3LjU1NyA4OC45MTMzIDIzLjc5NjUgODguOTEzMyAyMS40MDk4IDg4LjkyNjRDMTcuNjQ0MyA4OC45MjY0IDE3LjMzODUgODguOTI2NCAxNy4xOTgxIDg4Ljg3NDFIMTcuMjA4MUgxNy4yMDMxWiIgZmlsbD0iIzQ4MzczNyIvPiA8cGF0aCBkPSJNMzIyLjUxOSA4OC43ODI0TDMzMy41MzUgNzIuMTQ0N0wzMjEuNDc3IDcyLjEwNTVDMzIxLjQ4NyA3Mi40NTgzIDMyMS40OTcgNzIuNzk4MiAzMjEuNTA3IDczLjE1MUMzMjEuNjEyIDc2LjkxNTEgMzIxLjY0MiA3OS44MDM1IDMyMS42NjIgODIuMTI5OUMzMjEuNzIyIDg4LjE5NDIgMzIxLjc2NyA4OC42MTI1IDMyMi41MTQgODguNzk1NEwzMjIuNTE5IDg4Ljc4MjRaIiBmaWxsPSJ3aGl0ZSIvPiA8cGF0aCBkPSJNMzM0LjgyMiA2OS41NzExQzMzNC42NTIgNTAuNjU5MiAzMzQuNzA3IDM4LjAzMzkgMzM0Ljc2NyAyNC42ODk4QzMzNC43OTcgMTcuOTU4OSAzMzQuODMyIDEwLjk5MjggMzM0LjgzMiAyLjk1NDkzQzMwOS4xNTEgMi4yMzYwOSAxMjcuNDUzIDIuNjE1MTEgMTAxLjU2MSAyLjk2Nzk5Qzc2LjM1NTQgMy4zMjA4OCA1MC4yOTc2IDMuNjg2ODMgMjUuMDkyMiAzLjA0NjQxQzI0Ljk5MiA3LjM5ODYxIDI0Ljc2MTMgMTIuNzgzMyAyNC41MDA2IDE4LjkyNjFDMjMuOTU0MSAzMS43MjEzIDIzLjIwMiA0OS4xNDMyIDIzLjE3MTkgNjkuMjA1MUM0Ny42MjAyIDY5Ljg4NDcgNzUuMDIxNyA2OS42MzY0IDEwMS41MjYgNjkuMzg4MUMxMjguMDMgNjkuMTM5OCAzMTAuMzY0IDY4Ljg5MTQgMzM0LjgyMiA2OS41NzExWiIgZmlsbD0id2hpdGUiLz4gPC9nPiA8L3N2Zz4=)}}@media screen and (max-width: 1024px)and (max-width: 1024px){.p-pediatric-present__heading{font-size:1.8rem;line-height:1.2}}@media screen and (max-width: 1024px)and (max-width: 1024px){.p-pediatric-present__heading span{font-size:2.2rem}}.p-pediatric-present__img{margin-top:20px;margin-inline:auto;max-width:300px;border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.p-pediatric-present__img{margin-top:10px;max-width:260px}}.p-pediatric-present__img picture,.p-pediatric-present__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-pediatric-present__text{margin-top:20px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-pediatric-present__text{margin-top:10px;font-size:1.4rem}}.p-periodontics-flow{padding-block:120px;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.p-periodontics-flow{padding-block:60px}}@media screen and (max-width: 599.98px){.p-periodontics-flow{padding-block:30px}}.p-periodontics-flow__inner{max-width:980px}.p-periodontics-flow__text{margin-top:20px;text-align:center;line-height:1.7;letter-spacing:.05em;font-weight:500}@media screen and (max-width: 599.98px){.p-periodontics-flow__text{font-size:1.4rem;text-align:left;font-weight:normal}}.p-periodontics-flow__list{margin-top:80px;display:grid;row-gap:34px}@media screen and (max-width: 1024px){.p-periodontics-flow__list{margin-top:40px}}@media screen and (max-width: 599.98px){.p-periodontics-flow__list{margin-top:20px;row-gap:18px}}.p-periodontics-flow__item{padding:30px;position:relative;display:grid;gap:40px;background:var(--color_white);border-radius:8px}@media screen and (max-width: 599.98px){.p-periodontics-flow__item{padding:15px calc(var(--vw)*100/var(--base-width)*15)}}.p-periodontics-flow__item::after{content:"";display:block;width:180px;height:34px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAxODAgMzQiIGZpbGw9Im5vbmUiPiAgIDxwYXRoIGQ9Ik04OS45OTQgMzRMMCAwSDE4MEw4OS45OTQgMzRaIiBmaWxsPSIjRTlFOUU5Ii8+IDwvc3ZnPg==) no-repeat center/contain;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%)}@media screen and (max-width: 599.98px){.p-periodontics-flow__item::after{width:100px;height:18px}}.p-periodontics-flow__item:last-of-type::after{display:none}.p-periodontics-flow__item-row{display:grid;grid-template-columns:200px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px 40px}@media screen and (max-width: 1024px){.p-periodontics-flow__item-row{grid-template-columns:100%;row-gap:20px}}.p-periodontics-flow__item-tag{display:block;padding-block:8px 11px;width:136px;min-height:46px;background:var(--color_brown);color:var(--color_white);font-weight:bold;line-height:1.5;text-align:center;position:absolute;top:-12px;left:.5px}@media screen and (max-width: 599.98px){.p-periodontics-flow__item-tag{padding:3px;width:90px;min-height:27px;font-size:1.4rem;top:-10px}}.p-periodontics-flow__item-tag::before{content:"";display:block;width:15px;height:13px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEzLjUgMTUuOTU3TDAuNSAwLjk1NzAzMVYxNS45NTdIMTMuNVoiIGZpbGw9ImJsYWNrIi8+IDwvc3ZnPg==) no-repeat bottom left/contain;position:absolute;top:0;right:.5px;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}@media screen and (max-width: 599.98px){.p-periodontics-flow__item-tag::before{width:10px;height:8px}}.p-periodontics-flow__item-img{border-radius:10px;overflow:hidden}@media screen and (max-width: 1024px){.p-periodontics-flow__item-img{margin-inline:auto}}@media screen and (max-width: 599.98px){.p-periodontics-flow__item-img{max-width:160px}}.p-periodontics-flow__item-img picture,.p-periodontics-flow__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-periodontics-flow__item-body{display:grid;row-gap:10px}@media screen and (max-width: 599.98px){.p-periodontics-flow__item-body{row-gap:5px}}.p-periodontics-flow__item-heading{font-size:2.2rem;font-weight:bold;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.p-periodontics-flow__item-heading{text-align:center}}@media screen and (max-width: 599.98px){.p-periodontics-flow__item-heading{font-size:2rem}}.p-periodontics-flow__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-periodontics-flow__item-text{font-size:1.4rem}}.p-periodontics-flow__item-text--small{font-size:1.4rem}@media screen and (max-width: 599.98px){.p-periodontics-flow__item-text--small{font-size:1.2rem}}.p-periodontics-flow__item-text a{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media(hover: hover){.p-periodontics-flow__item-text a:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.p-periodontics-flow__item-text a:where(:any-link,:enabled,summary):hover{opacity:.6}}.p-periodontics-flow__item-cation{margin-top:-5px;font-size:1.4rem;line-height:1.7;letter-spacing:.05em;color:#858585}@media screen and (max-width: 599.98px){.p-periodontics-flow__item-cation{font-size:1rem}}.p-periodontics-flow__item-btn{margin-block:15px;width:386px;min-height:44px;font-size:1.8rem}@media screen and (max-width: 599.98px){.p-periodontics-flow__item-btn{margin-block:10px;width:100%;min-height:36px;font-size:1.6rem}}.p-periodontics-flow__cation{display:inline-block;margin-top:20px;font-size:1.3rem;line-height:1.7;letter-spacing:.05em;color:#858585}@media screen and (max-width: 599.98px){.p-periodontics-flow__cation{margin-top:10px;font-size:1rem}}.p-periodontics-flow__shapes{position:absolute;inset:0;pointer-events:none}.p-periodontics-flow__shapes>*{position:absolute}.p-periodontics-flow__shapes img{-o-object-fit:contain;object-fit:contain}.p-periodontics-flow__shape01{width:267px;top:-47px;left:-3.5px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.p-periodontics-flow__shape02{width:224px;top:-95px;right:47px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.p-periodontics-flow__shape03{width:266px;top:-113px;right:0;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}.p-staff-director{padding-block:120px}@media screen and (max-width: 1024px){.p-staff-director{padding-block:80px}}@media screen and (max-width: 599.98px){.p-staff-director{padding-block:62px 30px}}.p-staff-director__inner{max-width:980px}.p-staff-director__list+.p-staff-director__heading{margin-top:80px}@media screen and (max-width: 1024px){.p-staff-director__list+.p-staff-director__heading{margin-top:60px}}.p-staff-director__career+.p-staff-director__heading{margin-top:100px}@media screen and (max-width: 1024px){.p-staff-director__career+.p-staff-director__heading{margin-top:30px}}.p-staff-director__row{margin-top:40px;display:grid;grid-template-columns:331px 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media screen and (max-width: 1024px){.p-staff-director__row{grid-template-columns:100%;row-gap:20px}}@media screen and (max-width: 599.98px){.p-staff-director__row{margin-top:20px;row-gap:10px}}.p-staff-director__imgs{display:grid;row-gap:20px}@media screen and (max-width: 1024px){.p-staff-director__imgs{grid-template-columns:repeat(2, 1fr);-webkit-column-gap:11px;-moz-column-gap:11px;column-gap:11px}}.p-staff-director__img01,.p-staff-director__img02{border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.p-staff-director__img01,.p-staff-director__img02{border-radius:8px}}.p-staff-director__img01 picture,.p-staff-director__img01 img,.p-staff-director__img02 picture,.p-staff-director__img02 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-staff-director__body{display:grid;row-gap:15px}@media screen and (max-width: 599.98px){.p-staff-director__body{row-gap:10px}}.p-staff-director__profile{display:grid;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.p-staff-director__name{font-size:2.8rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.p-staff-director__name{text-align:center}}@media screen and (max-width: 599.98px){.p-staff-director__name{font-size:2.6rem;text-align:center}}.p-staff-director__name span{font-size:2.1rem}@media screen and (max-width: 599.98px){.p-staff-director__name span{font-size:1.6rem}}.p-staff-director__position{display:grid}.p-staff-director__position-item{font-weight:bold;line-height:1.6}@media screen and (max-width: 1024px){.p-staff-director__position-item{text-align:center}}@media screen and (max-width: 599.98px){.p-staff-director__position-item{font-size:1.4rem}}.p-staff-director__position-item span{font-size:1.4rem}@media screen and (max-width: 599.98px){.p-staff-director__position-item span{font-size:1.2rem}}.p-staff-director__text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-staff-director__text{font-size:1.4rem}}.p-staff-director__attention{display:grid;row-gap:6px}.p-staff-director__attention span{display:block;font-size:1.3rem;line-height:1.7;letter-spacing:.05em;color:#858585}@media screen and (max-width: 599.98px){.p-staff-director__attention span{font-size:1rem}}.p-staff-director__list{margin-top:80px;padding:40px 60px;background:var(--color_bg_gray1);display:grid;row-gap:80px}@media screen and (max-width: 1024px){.p-staff-director__list{margin-inline:calc(50% - var(--vw)*50);width:calc(var(--vw)*100);padding-inline:calc(var(--vw)*100/var(--base-width)*20);padding-block:30px 20px;row-gap:40px;background:var(--color_white)}}@media screen and (max-width: 599.98px){.p-staff-director__list{margin-top:30px;row-gap:30px}}.p-staff-director__item{display:grid;row-gap:19px}@media screen and (max-width: 599.98px){.p-staff-director__item{row-gap:10px}}.p-staff-director__item-heading{font-size:2.2rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.p-staff-director__item-heading{font-size:1.6rem}}.p-staff-director__item-heading span{font-size:1.4rem}@media screen and (max-width: 599.98px){.p-staff-director__item-heading span{font-size:1rem}}.p-staff-director__item-imgs{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:36px;-moz-column-gap:36px;column-gap:36px}@media screen and (max-width: 1024px){.p-staff-director__item-imgs{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.p-staff-director__item-img01,.p-staff-director__item-img02{border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.p-staff-director__item-img01,.p-staff-director__item-img02{border-radius:5px}}.p-staff-director__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-staff-director__item-text{font-size:1.4rem}}.p-staff-director__career{position:relative}.p-staff-director__career-list{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;height:457px}@media screen and (max-width: 1024px){.p-staff-director__career-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}}@media screen and (max-width: 599.98px){.p-staff-director__career-list{margin-top:20px}}.p-staff-director__career-item{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-bottom:1px solid #c9c9c9}.p-staff-director__career-item-year{padding:20px 10px;font-size:1.4rem;line-height:1.2}@media screen and (max-width: 599.98px){.p-staff-director__career-item-year{padding:5px 24px 5px 10px;font-size:1.1rem}}.p-staff-director__career-item-content{padding:15px 0;font-weight:bold;font-size:1.6rem;line-height:1.3;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-staff-director__career-item-content{padding:5px 0;font-size:1.2rem}}.p-staff-director__association-list{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}@media screen and (max-width: 599.98px){.p-staff-director__association-list{margin-top:20px;gap:5px}}.p-staff-director__association-item-name{padding:3px 20px;background:var(--color_bg_gray1);border-radius:5px;border:1px solid #c9c9c9;font-size:1.4rem;line-height:2.1428571429}@media screen and (max-width: 599.98px){.p-staff-director__association-item-name{padding:8px 10px;font-size:1.2rem;line-height:1}}.p-staff-director__shapes{position:absolute;inset:0;pointer-events:none}.p-staff-director__shapes>*{position:absolute}.p-staff-director__shapes img{-o-object-fit:contain;object-fit:contain}.p-staff-director__shape01{width:163;bottom:452px;left:-101px;-webkit-transform:translate(-100%, 0%);transform:translate(-100%, 0%)}@media screen and (max-width: 1024px){.p-staff-director__shape01{width:calc(var(--vw)*100/var(--base-width)*72);bottom:initial;top:calc(var(--vw)*100/var(--base-width)*0);left:calc(var(--vw)*100/var(--base-width)*-36);-webkit-transform:translate(0%, -100%);transform:translate(0%, -100%)}}.p-staff-doctor{padding-block:120px;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.p-staff-doctor{padding-block:60px}}@media screen and (max-width: 599.98px){.p-staff-doctor{padding-block:30px}}.p-staff-doctor__inner{max-width:980px}.p-staff-doctor__list{margin-top:40px;display:grid;row-gap:40px}@media screen and (max-width: 599.98px){.p-staff-doctor__list{margin-top:20px;row-gap:20px}}.p-staff-doctor__item{padding:40px 50px;background:var(--color_white);display:grid;grid-template-columns:250px 1fr;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;background:var(--color_white);border-radius:8px}@media screen and (max-width: 599.98px){.p-staff-doctor__item{padding:15px;grid-template-columns:110px 1fr}}@media screen and (max-width: 1024px){.p-staff-doctor__item-body{display:contents}}.p-staff-doctor__item-img{border-radius:10px;overflow:hidden}@media screen and (max-width: 1024px){.p-staff-doctor__item-img{border-radius:8px}}.p-staff-doctor__item-img picture,.p-staff-doctor__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-staff-doctor__item-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;font-size:2.2rem;line-height:1.5;font-weight:bold;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.p-staff-doctor__item-name{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.p-staff-doctor__item-name span{font-size:1.4rem}.p-staff-doctor__item-text{margin-top:10px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 1024px){.p-staff-doctor__item-text{grid-column:1/-1}}@media screen and (max-width: 599.98px){.p-staff-doctor__item-text{font-size:1.4rem}}.p-staff-doctor__career,.p-staff-doctor__specialty{display:grid;grid-template-columns:60px 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media screen and (max-width: 1024px){.p-staff-doctor__career,.p-staff-doctor__specialty{grid-column:1/-1}}.p-staff-doctor__career{margin-top:15px;padding-top:15px;border-top:1px solid #c9c9c9}@media screen and (max-width: 599.98px){.p-staff-doctor__career{margin-top:10px;padding-top:10px}}.p-staff-doctor__specialty{margin-top:16px}.p-staff-doctor__career-title,.p-staff-doctor__specialty-title{font-size:1.4rem;font-weight:bold;line-height:1.5}@media screen and (max-width: 599.98px){.p-staff-doctor__career-title,.p-staff-doctor__specialty-title{font-size:1.3rem}}.p-staff-doctor__career-text,.p-staff-doctor__specialty-text{font-size:1.4rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-staff-doctor__career-text,.p-staff-doctor__specialty-text{font-size:1.2rem}}.p-staff-doctor__shapes{position:absolute;inset:0;pointer-events:none}.p-staff-doctor__shapes>*{position:absolute}.p-staff-doctor__shapes img{-o-object-fit:contain;object-fit:contain}.p-staff-doctor__shape01{width:266px;bottom:-55px;right:-4px;-webkit-transform:translate(100%, 100%);transform:translate(100%, 100%)}@media screen and (max-width: 1024px){.p-staff-doctor__shape01{width:calc(var(--vw)*100/var(--base-width)*86);bottom:initial;top:calc(var(--vw)*100/var(--base-width)*-7);bottom:initial;right:calc(var(--vw)*100/var(--base-width)*-20);-webkit-transform:translate(0%, -100%);transform:translate(0%, -100%)}}.p-staff-intro{padding-block:120px}@media screen and (max-width: 1024px){.p-staff-intro{padding-block:60px}}@media screen and (max-width: 599.98px){.p-staff-intro{padding-block:30px}}.p-staff-intro__inner{max-width:980px}.p-staff-intro__main-img{margin-top:40px}@media screen and (max-width: 599.98px){.p-staff-intro__main-img{margin-top:20px}}.p-staff-intro__text{margin-top:20px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-staff-intro__text{font-size:1.4rem}}.p-staff-intro__imgs{margin-top:20px;display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:27px;-moz-column-gap:27px;column-gap:27px}@media screen and (max-width: 599.98px){.p-staff-intro__imgs{margin-top:10px;grid-template-columns:100%;row-gap:20px}}.p-staff-intro__main-img,.p-staff-intro__img02,.p-staff-intro__img03,.p-staff-intro__img04{border-radius:8px;overflow:hidden}.p-staff-intro__main-img picture,.p-staff-intro__main-img img,.p-staff-intro__img02 picture,.p-staff-intro__img02 img,.p-staff-intro__img03 picture,.p-staff-intro__img03 img,.p-staff-intro__img04 picture,.p-staff-intro__img04 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-recruit-env{padding-block:120px;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.p-recruit-env{padding-block:60px}}@media screen and (max-width: 599.98px){.p-recruit-env{padding-bottom:30px}}.p-recruit-env__inner{max-width:980px}.p-recruit-env__text{margin-top:30px;text-align:center;font-weight:bold;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-recruit-env__text{margin-top:20px;text-align:left;font-size:1.4rem}}.p-recruit-env__slider-wrap{margin-top:30px;position:relative}@media screen and (max-width: 599.98px){.p-recruit-env__slider-wrap{margin-top:20px}}.p-recruit-env__slider{position:relative}.p-recruit-env__prev,.p-recruit-env__next{top:calc(50% - 24px)}.p-recruit-env__prev{left:-37px}@media screen and (max-width: 1170px){.p-recruit-env__prev{left:22px}}.p-recruit-env__next{right:-37px}@media screen and (max-width: 1170px){.p-recruit-env__next{right:22px}}@media screen and (max-width: 1024px){.p-recruit-env__list{width:100%}}.p-recruit-env__item{border-radius:10px;overflow:hidden}.p-recruit-env__item picture,.p-recruit-env__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-recruit-env__shapes{position:absolute;inset:0;pointer-events:none}.p-recruit-env__shapes>*{position:absolute}.p-recruit-env__shapes img{-o-object-fit:contain;object-fit:contain}.p-recruit-env__shape01{width:233px;top:-56px;right:5px;-webkit-transform:translate(100%, -100%);transform:translate(100%, -100%)}.p-recruit-env__shape02{width:163px;bottom:4px;left:-86px;-webkit-transform:translate(-100%, 100%);transform:translate(-100%, 100%)}@media screen and (max-width: 1024px){.p-recruit-env__shape02{width:calc(var(--vw)*100/var(--base-width)*72);bottom:calc(var(--vw)*100/var(--base-width)*-2);left:calc(var(--vw)*100/var(--base-width)*-48);-webkit-transform:translate(0%, 100%);transform:translate(0%, 100%)}}.p-recruit-application{padding-block:120px}@media screen and (max-width: 1024px){.p-recruit-application{padding-block:60px}}@media screen and (max-width: 599.98px){.p-recruit-application{padding-bottom:30px}}.p-recruit-application__inner{max-width:980px}.p-recruit-application__list{margin-top:30px;display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:55px;-moz-column-gap:55px;column-gap:55px}@media screen and (max-width: 1024px){.p-recruit-application__list{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}}@media screen and (max-width: 599.98px){.p-recruit-application__list{margin-top:17px;grid-template-columns:100%;row-gap:15px}}.p-recruit-application__item{display:grid;grid-template-rows:subgrid;grid-row:span 2}@media screen and (max-width: 599.98px){.p-recruit-application__item{grid-template-columns:calc(var(--vw)*100/var(--base-width)*103) 1fr;grid-template-rows:initial;border:1px solid #c9c9c9}}.p-recruit-application__item-img picture,.p-recruit-application__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-recruit-application__item-title{padding-block:10px;font-size:2rem;font-weight:bold;line-height:1.7;letter-spacing:.05em;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 599.98px){.p-recruit-application__item-title{padding-block:19px;padding-inline:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1.8rem}}.p-recruit-application__btn{margin-top:40px}@media screen and (max-width: 599.98px){.p-recruit-application__btn{margin-top:30px}}.p-facility-intro{padding-block:120px;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.p-facility-intro{padding-block:60px}}@media screen and (max-width: 599.98px){.p-facility-intro{margin-top:52px;padding-block:30px}}.p-facility-intro__inner{max-width:1150px}.p-facility-intro__text{margin-top:40px;text-align:center;font-weight:bold;font-size:2.2rem;line-height:1.5}@media screen and (max-width: 599.98px){.p-facility-intro__text{margin-top:20px;font-size:1.6rem;text-align:left}}.p-facility-intro__list{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:41px}@media screen and (max-width: 599.98px){.p-facility-intro__list{margin-top:20px;grid-template-columns:100%;gap:20px}}.p-facility-intro__item{padding:30px;border-radius:8px;-webkit-box-shadow:0 0 14px 0 rgba(0,0,0,.05);box-shadow:0 0 14px 0 rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:20px;background:var(--color_white)}@media screen and (max-width: 599.98px){.p-facility-intro__item{padding:15px;row-gap:10px}}.p-facility-intro__item-img{border-radius:8px;overflow:hidden;aspect-ratio:1}@media screen and (max-width: 599.98px){.p-facility-intro__item-img{margin-inline:auto;max-width:160px}}.p-facility-intro__item-img picture,.p-facility-intro__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-facility-intro__item-body{display:grid;row-gap:10px}@media screen and (max-width: 599.98px){.p-facility-intro__item-body{row-gap:5px}}.p-facility-intro__item-title{font-size:2.2rem;line-height:1.5;font-weight:bold;letter-spacing:.05em;text-align:center;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 599.98px){.p-facility-intro__item-title{font-size:2rem}}.p-facility-intro__item-title span{display:block;font-size:1.6rem;line-height:1.5}.p-facility-intro__item-text{font-size:1.6rem;line-height:1.7;letter-spacing:.05em}@media screen and (max-width: 599.98px){.p-facility-intro__item-text{font-size:1.4rem}}.p-facility-system__title{margin-top:80px;font-size:2.2rem;font-weight:bold;text-align:center;line-height:1.5;font-family:var(--font-family_zen-maru-gothic)}@media screen and (max-width: 1024px){.p-facility-system__title{margin-top:40px}}@media screen and (max-width: 599.98px){.p-facility-system__title{margin-top:30px}}.p-facility-system__list{margin-top:20px}.p-facility-faq{padding-block:110px;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.p-facility-faq{padding-block:60px}}@media screen and (max-width: 599.98px){.p-facility-faq{padding-block:30px}}.p-facility-faq__inner{max-width:880px}.p-facility-faq__heading .c-h2__main--small span{font-size:2.2rem}@media screen and (max-width: 599.98px){.p-facility-faq__heading .c-h2__main--small span{font-size:1.6rem}}.p-facility-faq__text{margin-top:20px;font-size:1.8rem;font-weight:bold;line-height:1.7;letter-spacing:.05em;text-align:center}@media screen and (max-width: 599.98px){.p-facility-faq__text{font-size:1.4rem;text-align:left}}.p-facility-faq__list{margin-top:20px;display:grid;row-gap:20px;list-style:none}@media screen and (max-width: 599.98px){.p-facility-faq__list{margin-top:20px;row-gap:10px}}.p-facility-faq__item{position:relative}.p-facility-faq__item-title{padding:15px 60px 15px 20px;background:var(--color_white);list-style-type:none;display:grid;font-weight:bold;font-family:var(--font-family_zen-maru-gothic);border-radius:4px;font-size:2rem;cursor:pointer;position:relative;border-bottom:1px solid #c9c9c9}@media screen and (max-width: 599.98px){.p-facility-faq__item-title{padding:8px 42px 8px 10px;font-size:1.6rem}}.p-facility-faq__item-title::after{content:"";display:block;width:27px;height:27px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iMTMuNSIgY3k9IjEzLjY4NzUiIHI9IjEzLjUiIGZpbGw9IiNBREExOTUiLz4gPHBhdGggZD0iTTcgMTEuNjg3NUwxMy41IDE3LjY4NzVMMjAgMTEuNjg3NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+IDwvc3ZnPg==) no-repeat center/contain;position:absolute;top:50%;right:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width: 599.98px){.p-facility-faq__item-title::after{width:23px;right:10px}}.p-facility-faq__item[open] .p-facility-faq__item-title::after{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.p-facility-faq__item-content{padding:20px;font-size:1.6rem;line-height:1.7;letter-spacing:.05em;border-radius:4px;background:var(--color_white)}@media screen and (max-width: 599.98px){.p-facility-faq__item-content{padding:10px;font-size:1.4rem;margin-bottom:10px}}.p-access-time{padding-block:120px;background:var(--color_bg_gray1)}@media screen and (max-width: 1024px){.p-access-time{padding-block:60px}}@media screen and (max-width: 599.98px){.p-access-time{margin-top:52px;padding-block:30px}}.p-access-time__inner{max-width:805px}.p-access-time__row{margin-top:40px;display:grid;grid-template-columns:345px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media screen and (max-width: 1024px){.p-access-time__row{grid-template-columns:100%;row-gap:20px}}@media screen and (max-width: 599.98px){.p-access-time__row{margin-top:20px}}.p-access-time__item-img{border-radius:10px;overflow:hidden}@media screen and (max-width: 599.98px){.p-access-time__item-img{border-radius:8px}}.p-access-time__item-img picture,.p-access-time__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-access-time__item-body{font-size:1.4rem;line-height:2;letter-spacing:.001em}@media screen and (max-width: 599.98px){.p-access-time__item-body{font-size:1.2rem}}.p-access-time__list{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr}.p-access-time__item{display:grid;grid-template-columns:subgrid;grid-column:span 2;gap:0}.p-access-time__item-label{text-align:right}.p-access-time__item-content a{-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}@media(hover: hover){.p-access-time__item-content a:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.p-access-time__item-content a:where(:any-link,:enabled,summary):hover{opacity:.6}}.p-access-time__table-wrap{margin-top:80px}@media screen and (max-width: 599.98px){.p-access-time__table-wrap{margin-top:40px}}.p-access-map{padding-block:120px}@media screen and (max-width: 1024px){.p-access-map{padding-block:60px}}@media screen and (max-width: 599.98px){.p-access-map{padding-block:30px 80px}}.p-access-map__inner{max-width:800px}.p-access-map__img{margin-top:40px;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 599.98px){.p-access-map__img{margin-top:20px}}.p-access-map__table-wrap{margin-top:40px}@media screen and (max-width: 599.98px){.p-access-map__table-wrap{margin-top:20px}}@media screen and (min-width: 1024.02px){.u-no-pc{display:none !important}}@media screen and (max-width: 1024px)and (min-width: 599.98px){.u-no-tab{display:none !important}}@media screen and (max-width: 599.98px){.u-no-sp{display:none !important}}.u-animation-cover{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative}.u-animation-cover::after{content:"";will-change:auto;position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--color_secondary);z-index:2;-webkit-transition:all .8s var(--ease-out-quart);transition:all .8s var(--ease-out-quart);-webkit-transition-timing-function:var(--ease-out-quart);transition-timing-function:var(--ease-out-quart);-webkit-transition-delay:.7s;transition-delay:.7s}.u-animation-cover--delay::after{-webkit-transition-delay:1s;transition-delay:1s}.u-animation-cover.is-visible::before,.u-animation-cover.is-visible::after{left:100%}.u-animation-fv-cover{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative}.u-animation-fv-cover::after{content:"";will-change:auto;position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--color_bg_body);z-index:2;-webkit-transition:all .8s cubic-bezier(0.77, 0, 0.175, 1);transition:all .8s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition-timing-function:cubic-bezier(0.77, 0, 0.175, 1);transition-timing-function:cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition-delay:.7s;transition-delay:.7s}.u-animation-fv-cover--delay::after{-webkit-transition-delay:1s;transition-delay:1s}.u-animation-fv-cover.is-visible::before,.u-animation-fv-cover.is-visible::after{left:100%}.u-animation-fadelist{position:relative}.u-animation-fadelist>*{opacity:0;-webkit-transition:opacity .5s,-webkit-transform 1.5s;transition:opacity .5s,-webkit-transform 1.5s;transition:opacity .5s,transform 1.5s;transition:opacity .5s,transform 1.5s,-webkit-transform 1.5s;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transform:translateY(100px);transform:translateY(100px)}.u-animation-fadelist>*:nth-of-type(1){-webkit-transition-delay:.5s;transition-delay:.5s}.u-animation-fadelist>*:nth-of-type(2){-webkit-transition-delay:.7s;transition-delay:.7s}.u-animation-fadelist>*:nth-of-type(3){-webkit-transition-delay:.9s;transition-delay:.9s}.u-animation-fadelist>*:nth-of-type(4){-webkit-transition-delay:1.1s;transition-delay:1.1s}.u-animation-fadelist>*:nth-of-type(5){-webkit-transition-delay:1.3s;transition-delay:1.3s}.u-animation-fadelist>*:nth-of-type(6){-webkit-transition-delay:1.5s;transition-delay:1.5s}.u-animation-fadelist>*:nth-of-type(7){-webkit-transition-delay:1.7s;transition-delay:1.7s}.u-animation-fadelist>*:nth-of-type(8){-webkit-transition-delay:1.9s;transition-delay:1.9s}.u-animation-fadelist>*:nth-of-type(9){-webkit-transition-delay:2.1s;transition-delay:2.1s}.u-animation-fadelist>*:nth-of-type(10){-webkit-transition-delay:2.3s;transition-delay:2.3s}.u-animation-fadelist>*:nth-of-type(11){-webkit-transition-delay:2.5s;transition-delay:2.5s}.u-animation-fadelist>*:nth-of-type(12){-webkit-transition-delay:2.7s;transition-delay:2.7s}.u-animation-fadelist>*:nth-of-type(13){-webkit-transition-delay:2.9s;transition-delay:2.9s}.u-animation-fadelist>*:nth-of-type(14){-webkit-transition-delay:3.1s;transition-delay:3.1s}.u-animation-fadelist>*:nth-of-type(15){-webkit-transition-delay:3.3s;transition-delay:3.3s}.u-animation-fadelist.is-visible>*{opacity:1;-webkit-transform:none;transform:none}.u-animation-fadein{-webkit-transition:all 1.5s;transition:all 1.5s;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-timing-function:var(--ease-out-quad);transition-timing-function:var(--ease-out-quad);opacity:0}.u-animation-fadein.is-visible{opacity:1}.u-animation-fadeup{-webkit-transition:all 1.5s;transition:all 1.5s;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-timing-function:var(--ease-out-quad);transition-timing-function:var(--ease-out-quad);opacity:0;-webkit-transform:translate(0%, 50px);transform:translate(0%, 50px)}.u-animation-fadeup.is-visible{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.u-animation-fadedown-cover{overflow:hidden}.u-animation-fadedown-cover>*{-webkit-transition:all .6s;transition:all .6s;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transform:translate(0%, -100%);transform:translate(0%, -100%)}.u-animation-fadedown-cover.is-visible>*{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.js-delay01{-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-transition-delay:.3s;transition-delay:.3s}.js-delay02{-webkit-animation-delay:.6s;animation-delay:.6s;-webkit-transition-delay:.6s;transition-delay:.6s}.js-delay03{-webkit-animation-delay:.9s;animation-delay:.9s;-webkit-transition-delay:.9s;transition-delay:.9s}.js-delay04{-webkit-animation-delay:1.2s;animation-delay:1.2s;-webkit-transition-delay:1.2s;transition-delay:1.2s}.js-delay05{-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-transition-delay:1.5s;transition-delay:1.5s}.js-delay06{-webkit-animation-delay:1.8s;animation-delay:1.8s;-webkit-transition-delay:1.8s;transition-delay:1.8s}.js-delay07{-webkit-animation-delay:2.1s;animation-delay:2.1s;-webkit-transition-delay:2.1s;transition-delay:2.1s}.js-delay08{-webkit-animation-delay:2.4s;animation-delay:2.4s;-webkit-transition-delay:2.4s;transition-delay:2.4s}.js-delay09{-webkit-animation-delay:2.7s;animation-delay:2.7s;-webkit-transition-delay:2.7s;transition-delay:2.7s}.js-delay10{-webkit-animation-delay:3s;animation-delay:3s;-webkit-transition-delay:3s;transition-delay:3s}.u-mt0{margin-top:0}.u-mb0{margin-bottom:0}.u-pt0{padding-top:0}.u-pb0{padding-bottom:0}@media screen and (max-width: 599.98px){.u-sp-mt0{margin-top:0}}@media screen and (max-width: 599.98px){.u-sp-mb0{margin-bottom:0}}@media screen and (max-width: 599.98px){.u-sp-pt0{padding-top:0}}@media screen and (max-width: 599.98px){.u-sp-pb0{padding-bottom:0}}.u-font-ja{font-family:var(--font-family_noto-serif-jp)}.u-font-en{font-family:var(--font-family_urw-din)}.u-color-white{color:var(--color_white)}.u-color-primary{color:var(--color_primary)}.u-color-secondary{color:var(--color_secondary)}.u-color-tertiary{color:var(--color_tertiary)}.u-color-accent{color:var(--color_accent)}.u-color-quaternary{color:var(--color_quaternary)}.u-color-link{color:var(--color_link)}.u-color-brown{color:var(--color_brown)}.u-text-regular{font-weight:400}.u-text-medium{font-weight:500}.u-text-bold{font-weight:700}.u-text-black{font-weight:900}.u-text-center{text-align:center}.u-text-right{text-align:right}.u-text-left{text-align:left}.u-text-justify{text-align:justify}@media screen and (max-width: 599.98px){.u-sp-text-left{text-align:left}}@media screen and (max-width: 599.98px){.u-sp-text-center{text-align:center}}@media screen and (max-width: 599.98px){.u-sp-text-right{text-align:right}}@media screen and (max-width: 599.98px){.u-text-sp-left{text-align:left}}@media screen and (max-width: 599.98px){.u-text-sp-center{text-align:center}}.u-font-inter{font-family:var(--font-family_inter)}.u-font-zen-maru-gothic{font-family:var(--font-family_zen-maru-gothic)}.u-text-underline{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.u-text-no-wrap{white-space:nowrap}.u-text-nodata{text-align:center;margin-block:3em;font-size:2rem;line-height:1.7;font-weight:bold;letter-spacing:.05em}.u-text-link{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media(hover: hover){.u-text-link:where(:-moz-any-link,:enabled,summary):hover{opacity:.6}.u-text-link:where(:any-link,:enabled,summary):hover{opacity:.6}}.u-bg-white{background:var(--color_bg_white)}.u-bg-light-gray{background:var(--color_bg_light-gray)}.u-nodata{text-align:center;margin-block:3em;font-size:2rem;font-weight:bold;letter-spacing:.12em}