@charset "UTF-8";@layer components{.main-part-header-div{display:flex;align-items:center;justify-content:center}.main-part-header{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding-top:.5rem}@media(max-width:990px){.main-part-header{flex-direction:column}}.main-part-header__img{width:8rem;flex-grow:0;flex-shrink:0}.main-part-header__text{flex-grow:1;flex-shrink:1;font-size:2rem;font-weight:bold}.main-part-header__unit1{font-size:2.5rem;color:var(--color-primary)}.main-part-header__unit2{font-size:1.6rem}.i18n-en .main-part-header__unit1{font-size:2rem}.i18n-en .main-part-header__unit2{font-size:1.3rem}}@layer components{.part-contact__list{margin-top:2rem;margin-bottom:1rem;font-size:1.1rem;gap:1rem}@media(max-width:990px){.part-contact__list{font-size:1rem}}.part-contact__item{display:flex;align-items:flex-start;justify-content:flex-start;gap:.75rem}.part-contact__item-icon-div{flex-grow:0;flex-shrink:0;background-color:var(--color-primary);color:#fff;width:1.5rem;aspect-ratio:1;font-size:.85rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.part-contact__item-content{width:100%;flex-grow:1;flex-shrink:1}.part-contact__item-content-address{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.part-contact__btn-google-map{width:1.4rem;height:1.4rem;margin-left:.5rem;padding:.25rem;border-radius:.25rem}.part-contact__btn-google-map-img{display:block;width:100%;height:100%;object-fit:contain}}@layer components{.map{height:20rem}@media(max-width:990px){.map{z-index:0}}}