@layer foundation, layout, object;@layer foundation{*,*::before,*::after{box-sizing:border-box}body{margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit;line-height:1}p,ul,ol,dl,figure{margin:0}p{line-height:1}ul,ol{padding:0;list-style:none}li{line-height:1}dt,dd{line-height:1}dd{margin-left:0}a{background-color:inherit;color:inherit;text-decoration:none;cursor:pointer}em{font-style:normal}strong{font-weight:normal}small{font-size:100%}svg,img,iframe{vertical-align:bottom}button,input,select,textarea{vertical-align:middle;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,input,textarea{-webkit-appearance:none;appearance:none}button,input[type=radio],input[type=checkbox],select,label[for]{cursor:pointer}button{border-width:0}fieldset{margin:0;padding:0;min-width:0;border:none}legend{padding:0}html{overflow-x:hidden;scroll-behavior:smooth}body{overflow-x:hidden;min-width:22.5rem;color:#363f39;font-family:"Zen Kaku Gothic New",sans-serif;font-weight:400;font-style:normal}p,dd{line-height:1.8}a,span{display:inline-block}img{max-width:100%;height:auto;object-fit:cover}}@layer layout{.l-container{margin-inline:auto;padding-inline:1.25rem;width:100%;max-width:75rem}.l-container--xs{margin-inline:auto;padding-inline:1.25rem;width:100%;max-width:46.5rem}.l-container--sm{margin-inline:auto;padding-inline:1.25rem;width:100%;max-width:65rem}.l-block{display:block}.l-inline-block{display:inline-block}.l-inline{display:inline}.l-tb--show{display:none}@media screen and (min-width: 37.5rem){.l-tb--show{display:initial}}@media screen and (min-width: 37.5rem){.l-tb--hide{display:none}}.l-md--show{display:none}@media screen and (min-width: 48rem){.l-md--show{display:initial}}@media screen and (min-width: 48rem){.l-md--hide{display:none}}.l-pc--show{display:none}@media screen and (min-width: 60rem){.l-pc--show{display:initial}}@media screen and (min-width: 60rem){.l-pc--hide{display:none}}}@layer object{.c-heading{position:relative;padding-top:1.75rem;font-size:1.5rem;font-weight:700;line-height:2.0625rem}.c-heading::before,.c-heading::after{position:absolute}.c-heading::before{content:"";top:.125rem;left:0;width:.875rem;height:.875rem;background-image:url(../img/common/icon_leaf.svg)}.c-heading::after{content:attr(data-eng);top:0;left:1.25rem;color:#47885e;font-family:"Montserrat",sans-serif;font-optical-sizing:auto;font-weight:500;font-style:normal;letter-spacing:0;font-size:1rem;line-height:1.25rem}.c-heading.--white{color:#fff}.c-heading.--white::before{background-image:url(../img/common/icon_leaf--white.svg)}.c-heading.--white::after{color:inherit}@media screen and (min-width: 60rem){.c-heading{padding-top:2.75rem;font-size:2rem;line-height:2.875rem}.c-heading::before{top:.25rem;width:1rem;height:1rem;background-size:contain}.c-heading::after{left:1.25rem;font-size:1.25rem;line-height:1.5rem}.c-heading.--white{color:#fff}.c-heading.--white::before{background-image:url(../img/common/icon_leaf--white.svg)}.c-heading.--white::after{color:inherit}}.c-btn{display:grid;place-items:center;font-weight:700;border:2px solid #47885e;background-color:#47885e;color:#fff;transition:background-color .2s ease-out,color .2s ease-out}@media(any-hover: hover){.c-btn:hover,.c-btn:focus{background-color:#e9e2b5;color:#47885e}}.c-bg{position:relative}.c-bg::before{content:"";position:absolute;inset:0;z-index:-1;width:100%;height:100%;background-color:#f7f5f2}.c-bg.--right::before{border-top-right-radius:50vw}.c-bg.--sm_right::before{border-top-right-radius:25vw}.c-bg.--left::before{border-top-left-radius:50vw}header{position:relative}header .logo{position:absolute;top:1.25rem;left:1rem;width:3.75rem;height:5.3125rem;transition:opacity .2s ease-in-out}header .logo img{width:100%;height:100%}@media(any-hover: hover){header .logo:hover,header .logo:focus{opacity:.5}}header .hamburger{position:fixed;top:0;right:0;z-index:100;width:3.875rem;height:3.875rem;border-bottom-left-radius:1.25rem;background-color:#47885e;transition:background-color .3s ease-in-out}@media(any-hover: hover){header .hamburger:hover,header .hamburger:focus{background-color:rgba(71,136,94,.8)}}header .hamburger__line{position:absolute;inset:0;margin:auto;width:1.5rem;height:.125rem;background-color:#fff;transition:background-color .3s ease-in-out}header .hamburger__line::before,header .hamburger__line::after{content:"";position:absolute;display:block;width:100%;height:100%;background-color:#fff;transition:top .2s ease-in-out,rotate .2s ease-in-out}header .hamburger__line::before{top:-0.625rem}header .hamburger__line::after{top:.625rem}header .hamburger[aria-expanded=true] .hamburger__line{background-color:rgba(0,0,0,0)}header .hamburger[aria-expanded=true] .hamburger__line::before,header .hamburger[aria-expanded=true] .hamburger__line::after{top:0}header .hamburger[aria-expanded=true] .hamburger__line::before{rotate:45deg}header .hamburger[aria-expanded=true] .hamburger__line::after{rotate:-45deg}header .global-nav{overflow-y:auto;visibility:hidden;opacity:0;position:fixed;top:0;right:0;z-index:50;width:100vw;height:100vh;background-color:rgba(34,46,38,.8);translate:100vw 0;transition:visibility .3s ease-out,opacity .3s ease-out,translate .3s ease-in}header .global-nav nav{position:absolute;top:0;right:0;z-index:90;padding-block:4.5625rem 3.625rem;width:18rem;height:28.375rem;border-bottom-left-radius:1.875rem;background-color:#fff}header .global-nav ul{display:grid;row-gap:2rem;place-items:center}header .global-nav ul li:not(.btn) a{position:relative;font-weight:500;transition:color .2s ease-out}header .global-nav ul li:not(.btn) a::before{content:"";position:absolute;bottom:-4px;width:100%;height:1px;background-color:rgba(0,0,0,0);transition:background-color .3s ease-out}@media(any-hover: hover){header .global-nav ul li:not(.btn) a:hover,header .global-nav ul li:not(.btn) a:focus{color:#47885e}header .global-nav ul li:not(.btn) a:hover::before,header .global-nav ul li:not(.btn) a:focus::before{background-color:#47885e}}header .global-nav ul li.btn a{width:10.4375rem;height:3.125rem;border-radius:1.5625rem}.is-drawer{overflow:hidden}.is-drawer .global-nav{visibility:initial;opacity:1;translate:0 0}@media screen and (min-width: 60rem){header{display:flex;justify-content:space-between;position:fixed;z-index:100;padding-top:2.5rem;padding-inline:2.5rem;width:100%}header .logo{position:initial;width:5.75rem;height:8.1875rem}header .global-nav{overflow-y:initial;visibility:initial;opacity:1;position:relative;width:initial;height:initial;background-color:initial;translate:0 0;transition:initial}header .global-nav nav{position:relative;padding-block:initial;width:initial;height:initial;border-bottom-left-radius:0;background-color:initial}header .global-nav ul{display:flex;gap:0 1.875rem}header .global-nav ul li:not(.btn) a{font-size:.875rem}header .global-nav ul li.btn a{width:8.9375rem}}}@layer utility{.u-no-copy{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}}